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