diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index f18980c910..f5d6bc8815 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -687,7 +687,7 @@ bool GameState::HasEarnedExtraStage() const if( PREFSMAN->m_bPickExtraStage && this->IsExtraStage() && !this->m_bAllow2ndExtraStage ) continue; - if( g_CurStageStats.GetGrade((PlayerNumber)p) <= GRADE_TIER_2 ) + if( g_CurStageStats.GetGrade((PlayerNumber)p) <= GRADE_TIER_3 ) return true; } }