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 ); } }