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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user