diff --git a/source/PlayState.hx b/source/PlayState.hx index 16cf9cd..195d32f 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2776,7 +2776,7 @@ class PlayState extends MusicBeatState else { FlxG.sound.playMusic(Paths.music('freakyMenu')); - FlxG.switchState(new MainMenuState()); + FlxG.switchState(new StoryMenuState()); } #if windows