From b889648968fe51770664a09fb6a6f2e6d49b04a9 Mon Sep 17 00:00:00 2001 From: Cameron Taylor <cameron.taylor.ninja@gmail.com> Date: Mon, 21 Dec 2020 17:20:57 -0500 Subject: [PATCH] songs --- source/TitleState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/TitleState.hx b/source/TitleState.hx index f2ca6f8f1..aaf5cb053 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -75,7 +75,7 @@ class TitleState extends MusicBeatState } #if SKIP_TO_PLAYSTATE - FlxG.switchState(new StoryMenuState()); + FlxG.switchState(new ChartingState()); #else startIntro(); #end