hide grade

This commit is contained in:
Glenn Maynard
2005-08-12 02:19:08 +00:00
parent 2307fa23d9
commit aa04fe60dd
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ void ScreenEvaluation::CommitScores(
HighScore &hs = m_HighScore[p];
hs.SetName( RANKING_TO_FILL_IN_MARKER[p] );
hs.grade = stageStats.m_player[p].GetGrade();
hs.SetGrade( stageStats.m_player[p].GetGrade() );
hs.iScore = stageStats.m_player[p].iScore;
hs.fPercentDP = stageStats.m_player[p].GetPercentDancePoints();
hs.fSurviveSeconds = stageStats.m_player[p].fAliveSeconds;