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
@@ -152,7 +152,7 @@ ScreenNameEntryTraditional::ScreenNameEntryTraditional( CString sClassName ) : S
ss.m_player[p].iActualDancePoints = 985;
HighScore hs;
hs.grade = GRADE_TIER_3;
hs.grade = GRADE_TIER_03;
hs.fPercentDP = ss.m_player[p].GetPercentDancePoints();
hs.iScore = ss.m_player[p].iScore;
StepsType st = GAMESTATE->GetCurrentStyle()->m_StepsType;