Bugfix: Tactical Interface is still locked after QuickLoad (by Zathras)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2666 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2009-04-03 15:14:36 +00:00
parent bfb4561fa9
commit bd98b767f5
+5
View File
@@ -4222,6 +4222,11 @@ BOOLEAN LoadSavedGame( int ubSavedGameID )
//Lock the ui
SetUIBusy( (UINT8)gusSelectedSoldier );
}
// OJW - 20090403 - Fix Tactical Interface is still locked after quick-load
else
{
UIHandleLUIEndLock(NULL); // this only takes action if it needs to
}
//Reset the shadow
SetFontShadow( DEFAULT_SHADOW );