some MENU -> GAME

This commit is contained in:
Glenn Maynard
2007-05-10 17:59:13 +00:00
parent b8273e635d
commit 743421f88f
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void ScreenSelect::Input( const InputEventPlus &input )
m_timerIdleTimeout.GetDeltaTime();
/* Choices may change when more coins are inserted. */
if( input.MenuI == MENU_BUTTON_COIN && input.type == IET_FIRST_PRESS )
if( input.MenuI == GAME_BUTTON_COIN && input.type == IET_FIRST_PRESS )
this->UpdateSelectableChoices();
if( input.MenuI == MENU_BUTTON_START && input.type == IET_FIRST_PRESS && GAMESTATE->JoinInput(input.pn) )