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:
@@ -1968,8 +1968,6 @@ DoSolarSysMenu (MENU_STATE *pMS)
|
|||||||
TransitionSystemIn ();
|
TransitionSystemIn ();
|
||||||
// Fall through !!!
|
// Fall through !!!
|
||||||
case NAVIGATION:
|
case NAVIGATION:
|
||||||
// TODO: what's this?
|
|
||||||
//DrawMenuStateStrings (PM_STARMAP, -NAVIGATION);
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2014,6 +2012,8 @@ SolarSysMenu (void)
|
|||||||
pSolarSysState->MenuState.InputFunc = DoSolarSysMenu;
|
pSolarSysState->MenuState.InputFunc = DoSolarSysMenu;
|
||||||
DoInput (&pSolarSysState->MenuState, TRUE);
|
DoInput (&pSolarSysState->MenuState, TRUE);
|
||||||
pSolarSysState->MenuState.InputFunc = oldInputFunc;
|
pSolarSysState->MenuState.InputFunc = oldInputFunc;
|
||||||
|
|
||||||
|
DrawMenuStateStrings (PM_STARMAP, -NAVIGATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOLEAN
|
static BOOLEAN
|
||||||
|
|||||||
Reference in New Issue
Block a user