Skip to content

Commit

Permalink
dont use the old 11111 flag when initializing normpercent in highscor…
Browse files Browse the repository at this point in the history
…e, this was used a long time ago when testing something and should have been removed then but i guess i forgot
  • Loading branch information
MinaciousGrace committed Sep 25, 2017
1 parent 91c4d7b commit f7a4311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HighScore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ HighScoreImpl::HighScoreImpl()
iScore = 0;
fPercentDP = 0.f;
fWifeScore = 0.f;
fSSRNormPercent = 11111.f;
fSSRNormPercent = 0.f;
fMusicRate = 0.f;
fJudgeScale = 0.f;
bEtternaValid = true;
Expand Down

0 comments on commit f7a4311

Please sign in to comment.