Fix dialog caps not rendered after exiting barter

This commit is contained in:
Wipe 2022-06-03 19:31:50 +02:00
parent 0819937e56
commit d925037765
1 changed files with 1 additions and 0 deletions

View File

@ -2594,6 +2594,7 @@ void gameDialogTicker()
if (_gd_optionsWin != -1) {
windowUnhide(_gd_optionsWin);
gameDialogRenderCaps();
}
break;