From ccefa972a0b60021c3e0bf7a8992fbfe39feb352 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Sun, 15 Oct 2023 00:59:35 -0400 Subject: [PATCH] Fixes an issue where Freeplay Menu wasn't properly flagging the Week 6 assets to load. --- source/funkin/FreeplayState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/funkin/FreeplayState.hx b/source/funkin/FreeplayState.hx index 95c9b9a00..edf981174 100644 --- a/source/funkin/FreeplayState.hx +++ b/source/funkin/FreeplayState.hx @@ -948,6 +948,7 @@ class FreeplayState extends MusicBeatSubState targetSong.cacheCharts(true); new FlxTimer().start(1, function(tmr:FlxTimer) { + Paths.setCurrentLevel(songs[curSelected].levelId); LoadingState.loadAndSwitchState(new PlayState( { targetSong: targetSong,