MENU_BUTTON_ -> GAME_BUTTON_

This commit is contained in:
Chris Danford
2008-05-21 05:36:09 +00:00
parent f179a6d34b
commit d377c2b1a4
18 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -1423,7 +1423,7 @@ void HandleInputEvents(float fDeltaTime)
CodeDetector::EnteredCode(input.GameI.controller,CODE_BACK_IN_EVENT_MODE) )
{
input.pn = PLAYER_1;
input.MenuI = MENU_BUTTON_BACK;
input.MenuI = GAME_BUTTON_BACK;
}
SCREENMAN->Input( input );