From f7a43118efc2537021a46246208a2de962637650 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Thu, 21 Sep 2017 22:05:43 -0400 Subject: [PATCH] dont use the old 11111 flag when initializing normpercent in highscore, this was used a long time ago when testing something and should have been removed then but i guess i forgot --- src/HighScore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HighScore.cpp b/src/HighScore.cpp index 162f8ceebd..be5594f9bc 100644 --- a/src/HighScore.cpp +++ b/src/HighScore.cpp @@ -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;