fix menu timer in TwoPartSelection
This commit is contained in:
@@ -432,7 +432,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( SELECT_MENU_AVAILABLE && INPUTMAPPER->IsBeingPressed( MENU_BUTTON_SELECT, pn ) )
|
if( SELECT_MENU_AVAILABLE && INPUTMAPPER->IsBeingPressed( MENU_BUTTON_SELECT, pn ) )
|
||||||
{
|
{
|
||||||
if( input.type == IET_FIRST_PRESS )
|
if( input.type == IET_FIRST_PRESS )
|
||||||
{
|
{
|
||||||
@@ -868,6 +868,11 @@ void ScreenSelectMusic::MenuStart( const InputEventPlus &input )
|
|||||||
StartTransitioningScreen( SM_BeginFadingOut );
|
StartTransitioningScreen( SM_BeginFadingOut );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else // !finalized. Set the timer for selecting difficulty and mods.
|
||||||
|
{
|
||||||
|
m_MenuTimer->SetSeconds( 25 );
|
||||||
|
m_MenuTimer->Start();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user