From 969abd5293a07365ece463554ffaed1c6d35cae7 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Sat, 21 Jun 2008 04:40:08 +0000 Subject: [PATCH] Fix gameplay using edit mode things when UsePlayerSelectMenu=true --- stepmania/src/ScreenSelectMusic.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 211b51405a..52b448c75a 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -404,7 +404,6 @@ void ScreenSelectMusic::Input( const InputEventPlus &input ) { if( input.type == IET_RELEASE && input.MenuI == GAME_BUTTON_SELECT ) { - GAMESTATE->m_EditMode = EditMode_Full; SCREENMAN->AddNewScreenToTop( "ScreenPlayerOptions", SM_BackFromPlayerOptions ); } }