hide grade
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user