From a5e67bc686f5e577c1bb258f53745d50c47a3445 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Thu, 3 Jul 2003 02:57:45 +0000 Subject: [PATCH] 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 --- sc2/ChangeLog | 3 +-- sc2/src/sc2code/planets/pstarmap.c | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index acc2f050f..b30855a5b 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -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 diff --git a/sc2/src/sc2code/planets/pstarmap.c b/sc2/src/sc2code/planets/pstarmap.c index 765cba386..dcca08fea 100644 --- a/sc2/src/sc2code/planets/pstarmap.c +++ b/sc2/src/sc2code/planets/pstarmap.c @@ -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) {