hide iScore

This commit is contained in:
Glenn Maynard
2005-08-12 02:37:04 +00:00
parent aa04fe60dd
commit d3bd7a7723
8 changed files with 45 additions and 41 deletions
+1 -1
View File
@@ -613,7 +613,7 @@ static HighScore MakeRandomHighScore( float fPercentDP )
HighScore hs;
hs.SetName( "FAKE" );
hs.SetGrade( (Grade)SCALE( rand()%5, 0, 4, GRADE_TIER01, GRADE_TIER05 ) );
hs.iScore = rand()%100*1000;
hs.SetScore( rand()%100*1000 );
hs.fPercentDP = fPercentDP;
hs.fSurviveSeconds = randomf( 30.0f, 100.0f );
PlayerOptions po;