extra stage on AA

This commit is contained in:
Glenn Maynard
2004-02-09 20:01:54 +00:00
parent 086848f714
commit fe97eda12a
+1 -1
View File
@@ -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;
}
}