From 33acea20bf1da799e44dd881a16a6c00df68ce0b Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 21 Dec 2020 16:23:22 -0500 Subject: [PATCH] poop --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 408948235..5541e5789 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -135,7 +135,7 @@ class PlayState extends MusicBeatState if (SONG.song.toLowerCase() == 'spookeez' || SONG.song.toLowerCase() == 'monster' || SONG.song.toLowerCase() == 'south') { - curState = "spooky"; + curStage = "spooky"; halloweenLevel = true; var hallowTex = FlxAtlasFrames.fromSparrow(AssetPaths.halloween_bg__png, AssetPaths.halloween_bg__xml);