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
@@ -96,7 +96,7 @@ void HighScore::LoadFromNode( const XNode* pNode )
radarValues.LoadFromNode( pRadarValues );
/* Validate input. */
grade = clamp( grade, GRADE_TIER_01, GRADE_FAILED );
grade = clamp( grade, GRADE_TIER01, GRADE_FAILED );
}
CString HighScore::GetDisplayName() const