new grading scale
This commit is contained in:
@@ -618,7 +618,7 @@ bool GameState::HasEarnedExtraStage()
|
||||
if( PREFSMAN->m_bPickExtraStage && GAMESTATE->IsExtraStage() && !GAMESTATE->m_bAllow2ndExtraStage )
|
||||
continue;
|
||||
|
||||
if( g_CurStageStats.GetGrade((PlayerNumber)p) >= GRADE_AA )
|
||||
if( g_CurStageStats.GetGrade((PlayerNumber)p) >= GRADE_TIER_2 )
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user