diff --git a/source/TitleState.hx b/source/TitleState.hx index 31d1363..a0b0658 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -335,7 +335,7 @@ class TitleState extends MusicBeatState // FlxG.sound.play(Paths.music('titleShoot'), 0.7); } - if (pressedEnter && !skippedIntro) + if (pressedEnter && !skippedIntro && initialized) { skipIntro(); }