From 5a84b7b74857b6650b9325ae78b32189ff70080a Mon Sep 17 00:00:00 2001 From: Flugente Date: Wed, 18 May 2016 18:13:45 +0000 Subject: [PATCH] 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 --- Strategic/mapscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strategic/mapscreen.cpp b/Strategic/mapscreen.cpp index e9fdb63d6..1fe3920dd 100644 --- a/Strategic/mapscreen.cpp +++ b/Strategic/mapscreen.cpp @@ -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 ) {