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
+1 -1
View File
@@ -218,7 +218,7 @@ static Grade GetBestGrade()
static Grade GetWorstGrade()
{
Grade g = GRADE_TIER_1;
Grade g = GRADE_TIER_01;
FOREACH_EnabledPlayer( pn )
g = max( g, STATSMAN->m_CurStageStats.m_player[pn].GetGrade() );
return g;