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
@@ -612,7 +612,7 @@ static HighScore MakeRandomHighScore( float fPercentDP )
{
HighScore hs;
hs.SetName( "FAKE" );
hs.grade = (Grade)SCALE( rand()%5, 0, 4, GRADE_TIER01, GRADE_TIER05 );
hs.SetGrade( (Grade)SCALE( rand()%5, 0, 4, GRADE_TIER01, GRADE_TIER05 ) );
hs.iScore = rand()%100*1000;
hs.fPercentDP = fPercentDP;
hs.fSurviveSeconds = randomf( 30.0f, 100.0f );