mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user