Fix: on various actions in the strategic screen (open inventory, dynamic dialogue) the message list is turned on and off

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8223 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2016-05-18 18:13:45 +00:00
parent 1565a9f67c
commit 5a84b7b748
+1 -1
View File
@@ -10464,7 +10464,7 @@ void BlitBackgroundToSaveBuffer( void )
// Headrock: Moved the following line here from the marker below, so that the Inventory Bottom panel
// renders underneath the character info panel (and so doesn't truncate the large open inventory). We may
// need to put TRUE here if there's any problem, but I doubt it.
RenderMapScreenInterfaceBottom( FALSE );
RenderMapScreenInterfaceBottom( TRUE );
if( fDisableDueToBattleRoster == FALSE )
{