Skip to content

Commit f7bd010

Browse files
committed
Merge branch 'Archipelago' of https://github.com/Z11Coding/Mixtape-Engine-Rework into Archipelago
2 parents 98cf4cf + 8a8aecc commit f7bd010

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1.29 KB
Binary file not shown.

source/states/StoryMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class StoryMenuState extends MusicBeatState
363363
{
364364
#if !SHOW_LOADING_SCREEN FlxG.sound.music.stop(); #end
365365
LoadingState.loadAndSwitchState(new PlayState(), true);
366-
states.freeplay.FreeplayState.instance.fpManager.destroyFreeplayVocals();
366+
FreeplayManager.instance.destroyFreeplayVocals();
367367
});
368368

369369
#if (MODS_ALLOWED && DISCORD_ALLOWED)

0 commit comments

Comments
 (0)