the acquired combo will now be saved and seen in freeplay

This commit is contained in:
Lucky56
2021-06-17 23:19:34 +02:00
parent 391a8d8984
commit af627cc241
3 changed files with 75 additions and 0 deletions

View File

@ -2539,6 +2539,7 @@ class PlayState extends MusicBeatState
#if !switch
Highscore.saveScore(songHighscore, Math.round(songScore), storyDifficulty);
Highscore.saveCombo(songHighscore, Ratings.GenerateLetterRank(accuracy), storyDifficulty);
#end
}