Don't special case extra stage.

This commit is contained in:
Steve Checkoway
2006-08-08 03:45:56 +00:00
parent 339e9de36a
commit 1919ef7cc9
+2 -3
View File
@@ -717,8 +717,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
input.MenuI.button == MENU_BUTTON_START && input.MenuI.button == MENU_BUTTON_START &&
input.type != IET_RELEASE && input.type != IET_RELEASE &&
input.type != IET_LEVEL_CHANGED && input.type != IET_LEVEL_CHANGED &&
OPTIONS_MENU_AVAILABLE.GetValue() && OPTIONS_MENU_AVAILABLE.GetValue() )
!GAMESTATE->IsAnExtraStage() )
{ {
if( m_bGoToOptions ) if( m_bGoToOptions )
return; /* got it already */ return; /* got it already */
@@ -1222,7 +1221,7 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
{ {
SCREENMAN->PlayStartSound(); SCREENMAN->PlayStartSound();
if( OPTIONS_MENU_AVAILABLE && !GAMESTATE->IsAnExtraStage() ) if( OPTIONS_MENU_AVAILABLE )
{ {
// show "hold START for options" // show "hold START for options"
this->PlayCommand( "ShowPressStartForOptions" ); this->PlayCommand( "ShowPressStartForOptions" );