Fixed rest of bug #26 (old menu icon glitch)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1011 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-07-03 02:57:45 +00:00
parent e787c7a9a3
commit a5e67bc686
2 changed files with 4 additions and 3 deletions
+3 -1
View File
@@ -1193,7 +1193,9 @@ DoFlagshipCommands (PMENU_STATE pMS)
if (!DoMenu) {
NewState = pMS->CurState;
if (select || LastActivity == CHECK_LOAD)
if (LastActivity == CHECK_LOAD)
select = TRUE;
if (select)
{
if (NewState != SCAN + 1 && NewState != (GAME_MENU) + 1)
{