restore SM_BackFromPlayerOptions
This commit is contained in:
@@ -436,7 +436,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
|
|||||||
{
|
{
|
||||||
if( input.type == IET_RELEASE && input.MenuI == GAME_BUTTON_SELECT )
|
if( input.type == IET_RELEASE && input.MenuI == GAME_BUTTON_SELECT )
|
||||||
{
|
{
|
||||||
SCREENMAN->AddNewScreenToTop( "ScreenPlayerOptions", SM_None );
|
SCREENMAN->AddNewScreenToTop( "ScreenPlayerOptions", SM_BackFromPlayerOptions );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user