Skip to content

Commit

Permalink
Update Profile.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Jan 17, 2017
1 parent 4d20c9d commit 43fddfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2420,10 +2420,7 @@ void Profile::TopSSRsAddNewScore(HighScore *hs, StepsID stepsid, SongID songid)
if ((*topSSRSongIdsPtr)[i] == songid && (*topSSRStepIdsPtr)[i] == stepsid &&
(*topSSRHighScoresPtr)[i]->GetMusicRate() == hs->GetMusicRate() &&
(*topSSRHighScoresPtr)[i] != NULL) {
if (topSSRs[i] < ssr) {
CalcAllTopSSRs(qty);
}
else
if (topSSRs[i] >= ssr)
return;
}
}
Expand Down

0 comments on commit 43fddfb

Please sign in to comment.