Fix dialog caps not rendered after exiting barter
This commit is contained in:
parent
0819937e56
commit
d925037765
|
@ -2594,6 +2594,7 @@ void gameDialogTicker()
|
||||||
|
|
||||||
if (_gd_optionsWin != -1) {
|
if (_gd_optionsWin != -1) {
|
||||||
windowUnhide(_gd_optionsWin);
|
windowUnhide(_gd_optionsWin);
|
||||||
|
gameDialogRenderCaps();
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue