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
+1 -2
View File
@@ -1,6 +1,5 @@
Changes towards version 0.3:
- Fixed small graphics glitch and NULL Stamp draw attempt in menu code
(part of bug #26) -Mika
- Fixed glitches and NULL Stamp draw attempt in menu code (bug #26) -Mika
- Absence of voice files is now automatically detected (bug #309) -Mika
- Fixed Commander Hayes mouth movement before radioactives are given
(bug #343) -Mika
+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)
{