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