From bd98b767f5824c8fd96cc3a9e2502e57c88d1c84 Mon Sep 17 00:00:00 2001 From: Wanne Date: Fri, 3 Apr 2009 15:14:36 +0000 Subject: [PATCH] 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 --- SaveLoadGame.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SaveLoadGame.cpp b/SaveLoadGame.cpp index 8371d3fe..9f3ab467 100644 --- a/SaveLoadGame.cpp +++ b/SaveLoadGame.cpp @@ -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 );