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:
+1
-2
@@ -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
|
||||
|
||||
@@ -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