From 1c4c24eeeab911f40186b27b8e386d1b07c2a6cc Mon Sep 17 00:00:00 2001 From: Chris Gomez Date: Sat, 1 Feb 2003 06:58:01 +0000 Subject: [PATCH] If we're using DDREX-style extra stage, let the user change sort --- stepmania/src/ScreenSelectMusic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index a20bf5f16b..4876584aff 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -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() )