refresh panel when chat is active
This commit is contained in:
parent
8aa692f8d6
commit
124675386d
1 changed files with 2 additions and 0 deletions
|
|
@ -1701,6 +1701,8 @@ void DrawTalkPan(const Surface &out)
|
|||
if (!talkflag)
|
||||
return;
|
||||
|
||||
force_redraw = 255;
|
||||
|
||||
DrawPanelBox(out, { 175, sgbPlrTalkTbl + 20, 294, 5 }, { PANEL_X + 175, PANEL_Y + 4 });
|
||||
int off = 0;
|
||||
for (int i = 293; i > 283; off++, i--) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue