diff --git a/source/funkin/ui/story/StoryMenuState.hx b/source/funkin/ui/story/StoryMenuState.hx index 8a856baf6..fadc7bbee 100644 --- a/source/funkin/ui/story/StoryMenuState.hx +++ b/source/funkin/ui/story/StoryMenuState.hx @@ -112,8 +112,8 @@ class StoryMenuState extends MusicBeatState { FlxG.sound.playMusic(Paths.music('freakyMenu')); FlxG.sound.music.fadeIn(4, 0, 0.7); - Conductor.forceBPM(Constants.FREAKY_MENU_BPM); } + Conductor.forceBPM(Constants.FREAKY_MENU_BPM); if (stickerSubState != null) { @@ -480,6 +480,8 @@ class StoryMenuState extends MusicBeatState PlayState.currentSong = SongLoad.loadFromJson(PlayState.storyPlaylist[0].toLowerCase(), PlayState.storyPlaylist[0].toLowerCase()); PlayState.currentSong_NEW = SongDataParser.fetchSong(PlayState.storyPlaylist[0].toLowerCase()); + Paths.setCurrentLevel(currentLevel.id); + // TODO: Fix this. PlayState.storyWeek = 0; PlayState.campaignScore = 0;