Fix dialog caps not rendered after exiting barter (#31)

This commit is contained in:
Wipe 2022-06-04 12:14:53 +02:00 committed by GitHub
parent 0819937e56
commit dd20063a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2594,6 +2594,9 @@ 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();
}
break;