diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index f2c8099b46..cdefaf19b8 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -548,6 +548,9 @@ bool GameState::IsFinalStage() const if( PREFSMAN->m_bEventMode ) return false; + if( this->IsCourseMode() ) + return true; + /* This changes dynamically on ScreenSelectMusic as the wheel turns. */ int iPredictedStageForCurSong = 1; if( m_pCurSong != NULL )