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;