From dd20063a2e1b9078613e5498e17d56638548656c Mon Sep 17 00:00:00 2001 From: Wipe Date: Sat, 4 Jun 2022 12:14:53 +0200 Subject: [PATCH] Fix dialog caps not rendered after exiting barter (#31) --- src/game_dialog.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game_dialog.cc b/src/game_dialog.cc index b454c14..95d1f7a 100644 --- a/src/game_dialog.cc +++ b/src/game_dialog.cc @@ -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;