This commit is contained in:
Glenn Maynard
2006-09-14 03:18:59 +00:00
parent c9c88f26c2
commit 21d275e21c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1445,7 +1445,7 @@ void HandleInputEvents(float fDeltaTime)
if( GAMESTATE->IsEventMode() &&
CodeDetector::EnteredCode(input.GameI.controller,CODE_BACK_IN_EVENT_MODE) )
{
input.MenuI.player = PLAYER_1;
input.pn = PLAYER_1;
input.MenuI.button = MENU_BUTTON_BACK;
}