From 93a2cee58fa5ae21e8cf64591718f4039f1c7b71 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Sat, 5 Jun 2021 19:33:08 +0200 Subject: [PATCH] Revert "Re-adds the story mode cutscene for Winter Horrorland" --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index de1a317..2d82860 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -991,7 +991,7 @@ class PlayState extends MusicBeatState { switch (curSong.toLowerCase()) { - case "winter horrorland": + case "winter-horrorland": var blackScreen:FlxSprite = new FlxSprite(0, 0).makeGraphic(Std.int(FlxG.width * 2), Std.int(FlxG.height * 2), FlxColor.BLACK); add(blackScreen); blackScreen.scrollFactor.set();