clean up GRADE_ constant names to match GradeToString

This commit is contained in:
Chris Danford
2005-03-31 06:14:28 +00:00
parent d39fa29164
commit 8cac261c52
12 changed files with 63 additions and 61 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ static Grade GetBestGrade()
static Grade GetWorstGrade()
{
Grade g = GRADE_TIER_01;
Grade g = GRADE_TIER01;
FOREACH_EnabledPlayer( pn )
g = max( g, STATSMAN->m_CurStageStats.m_player[pn].GetGrade() );
return g;