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();