If we're using DDREX-style extra stage, let the user change sort

This commit is contained in:
Chris Gomez
2003-02-01 06:58:01 +00:00
parent e45e9262ee
commit 1c4c24eeea
+1 -1
View File
@@ -468,7 +468,7 @@ void ScreenSelectMusic::Input( const DeviceInput& DeviceI, InputEventType type,
}
if( CodeDetector::EnteredNextSort(GameI.controller) )
{
if( GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() )
if( ( GAMESTATE->IsExtraStage() && !PREFSMAN->m_bPickExtraStage ) || GAMESTATE->IsExtraStage2() )
m_soundLocked.Play();
else
if( m_MusicWheel.NextSort() )