Small solar system menu fix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3387 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-03 22:38:07 +00:00
parent 75e3ab16e6
commit af0c63d3dc
+2 -2
View File
@@ -1968,8 +1968,6 @@ DoSolarSysMenu (MENU_STATE *pMS)
TransitionSystemIn ();
// Fall through !!!
case NAVIGATION:
// TODO: what's this?
//DrawMenuStateStrings (PM_STARMAP, -NAVIGATION);
return FALSE;
}
@@ -2014,6 +2012,8 @@ SolarSysMenu (void)
pSolarSysState->MenuState.InputFunc = DoSolarSysMenu;
DoInput (&pSolarSysState->MenuState, TRUE);
pSolarSysState->MenuState.InputFunc = oldInputFunc;
DrawMenuStateStrings (PM_STARMAP, -NAVIGATION);
}
static BOOLEAN