Fix gameplay using edit mode things when UsePlayerSelectMenu=true

This commit is contained in:
Colby Klein
2008-06-21 04:40:08 +00:00
parent 5f7877b6b3
commit 969abd5293
-1
View File
@@ -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 );
}
}