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
+3 -3
View File
@@ -847,9 +847,9 @@ void ScreenEvaluation::Init()
switch( best_grade )
{
case GRADE_TIER_01:
case GRADE_TIER_02:
case GRADE_TIER_03:
case GRADE_TIER01:
case GRADE_TIER02:
case GRADE_TIER03:
this->PostScreenMessage( SM_PlayCheer, CHEER_DELAY_SECONDS );
break;
}