Add annotation

This commit is contained in:
Alexander Batalov 2022-06-04 13:14:22 +03:00
parent d925037765
commit 0f9acc4de6
1 changed files with 2 additions and 0 deletions

View File

@ -2594,6 +2594,8 @@ void gameDialogTicker()
if (_gd_optionsWin != -1) {
windowUnhide(_gd_optionsWin);
// SFALL: Fix for the player's money not being displayed in the
// dialog window after leaving the barter/combat control interface.
gameDialogRenderCaps();
}