restore SM_BackFromPlayerOptions

This commit is contained in:
Chris Danford
2008-09-18 07:54:36 +00:00
parent f08da29ede
commit 7ceffc7335
+1 -1
View File
@@ -436,7 +436,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
{
if( input.type == IET_RELEASE && input.MenuI == GAME_BUTTON_SELECT )
{
SCREENMAN->AddNewScreenToTop( "ScreenPlayerOptions", SM_None );
SCREENMAN->AddNewScreenToTop( "ScreenPlayerOptions", SM_BackFromPlayerOptions );
}
}