diff --git a/src/StepMania.cpp b/src/StepMania.cpp index d46e7d06c9..a27f10d4d2 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -1587,7 +1587,6 @@ void HandleInputEvents(float fDeltaTime) if( GAMESTATE->IsEventMode() && CodeDetector::EnteredCode(input.GameI.controller,CODE_BACK_IN_EVENT_MODE) ) { - input.pn = PLAYER_1; input.MenuI = GAME_BUTTON_BACK; }