grade constant cleanup

add LuaGrade
This commit is contained in:
Chris Danford
2005-03-31 02:06:24 +00:00
parent 9ee7d3f5c0
commit b29790f307
13 changed files with 67 additions and 53 deletions
+3 -3
View File
@@ -847,9 +847,9 @@ void ScreenEvaluation::Init()
switch( best_grade )
{
case GRADE_TIER_1:
case GRADE_TIER_2:
case GRADE_TIER_3:
case GRADE_TIER_01:
case GRADE_TIER_02:
case GRADE_TIER_03:
this->PostScreenMessage( SM_PlayCheer, CHEER_DELAY_SECONDS );
break;
}