mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-01 23:26:57 +00:00
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) {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user