allow changing sorts when in EX
if we're not in choose-ex, the music wheel will be locked so it
won't allow it anyway
This commit is contained in:
Glenn Maynard
2003-02-11 21:25:59 +00:00
parent 4e1a4c3797
commit da43295b13
+3 -3
View File
@@ -626,9 +626,9 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
INPUTMAPPER->IsButtonDown( MenuInput(pn, MENU_BUTTON_LEFT) ) &&
INPUTMAPPER->IsButtonDown( MenuInput(pn, MENU_BUTTON_RIGHT) ) )
{
if( GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() )
m_soundLocked.Play();
else
// if( GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() )
// m_soundLocked.Play();
// else
{
if( m_MusicWheel.NextSort() )
{