From 611fa2f82de63ea1f964e705b1455485973e8aae Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 14 Nov 2011 12:46:28 +0000 Subject: [PATCH] - Bugfix: Graphical Fix for 'Highlight Sector' showing before Sector Inv closes using hotkey (by Buggler) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4792 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Strategic/mapscreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Strategic/mapscreen.cpp b/Strategic/mapscreen.cpp index 99a26bad..1bf9863d 100644 --- a/Strategic/mapscreen.cpp +++ b/Strategic/mapscreen.cpp @@ -6862,6 +6862,7 @@ void GetMapKeyboardInput( UINT32 *puiNewEvent ) if( gMPanelRegion.Cursor != EXTERN_CURSOR && !InSectorStackPopup() && !InItemStackPopup() ) { fShowMapInventoryPool = FALSE; + CreateDestroyMapInventoryPoolButtons( FALSE ); } } else if( fShowInventoryFlag == TRUE )