hide more

This commit is contained in:
Glenn Maynard
2005-08-12 03:03:54 +00:00
parent 8af1f7003d
commit 2b1b57b81f
4 changed files with 49 additions and 35 deletions
+3 -3
View File
@@ -622,11 +622,11 @@ static HighScore MakeRandomHighScore( float fPercentDP )
hs.SetDateTime( DateTime::GetNowDateTime() );
hs.SetPlayerGuid( Profile::MakeGuid() );
hs.SetMachineGuid( Profile::MakeGuid() );
hs.iProductID = rand()%10;
hs.SetProductID( rand()%10 );
FOREACH_TapNoteScore( tns )
hs.iTapNoteScores[tns] = rand() % 100;
hs.SetTapNoteScore( tns, rand() % 100 );
FOREACH_HoldNoteScore( hns )
hs.iHoldNoteScores[hns] = rand() % 100;
hs.SetHoldNoteScore( hns, rand() % 100 );
FOREACH_RadarCategory( rc )
hs.radarValues.m_Values.f[rc] = randomf( 0, 1 );