high score manipulation

This commit is contained in:
Cameron Taylor
2020-12-04 12:32:35 -05:00
parent 96aac47c27
commit f393070e5c
4 changed files with 11 additions and 5 deletions

View File

@ -853,9 +853,12 @@ class PlayState extends MusicBeatState
{
canPause = false;
#if !switch
Highscore.saveScore(SONG.song, songScore, storyDifficulty);
#end
if (SONG.validScore)
{
#if !switch
Highscore.saveScore(SONG.song, songScore, storyDifficulty);
#end
}
if (isStoryMode)
{