Fix dialog caps not rendered after exiting barter (#31)
This commit is contained in:
parent
0819937e56
commit
dd20063a2e
|
@ -2594,6 +2594,9 @@ void gameDialogTicker()
|
||||||
|
|
||||||
if (_gd_optionsWin != -1) {
|
if (_gd_optionsWin != -1) {
|
||||||
windowUnhide(_gd_optionsWin);
|
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;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue