a lot of little fixes and alt animation per notes
This commit is contained in:
@ -379,7 +379,8 @@ class FreeplayState extends MusicBeatState
|
||||
}
|
||||
|
||||
|
||||
PlayState.SONG = hmm;
|
||||
|
||||
PlayState.SONG = Song.conversionChecks(hmm);
|
||||
PlayState.isStoryMode = false;
|
||||
PlayState.storyDifficulty = curDifficulty;
|
||||
PlayState.storyWeek = songs[curSelected].week;
|
||||
|
Reference in New Issue
Block a user