From 0f9acc4de6f00ff692e1e55b35146ba96b0e768d Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Sat, 4 Jun 2022 13:14:22 +0300 Subject: [PATCH] Add annotation --- src/game_dialog.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game_dialog.cc b/src/game_dialog.cc index 4631f99..95d1f7a 100644 --- a/src/game_dialog.cc +++ b/src/game_dialog.cc @@ -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(); }