extra stage on AA
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user