Merge pull request #322 from ActualMandM/kade-fixinitcrash
check if initalized first before allowing user to skip intro
This commit is contained in:
commit
ac523fb120
@ -335,7 +335,7 @@ class TitleState extends MusicBeatState
|
||||
// FlxG.sound.play(Paths.music('titleShoot'), 0.7);
|
||||
}
|
||||
|
||||
if (pressedEnter && !skippedIntro)
|
||||
if (pressedEnter && !skippedIntro && initialized)
|
||||
{
|
||||
skipIntro();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user