diff --git a/source/PlayState.hx b/source/PlayState.hx index ba28441..c715ede 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -998,7 +998,7 @@ class PlayState extends MusicBeatState if (isStoryMode) { - switch (curSong.toLowerCase()) + switch (StringTools.replace(curSong," ", "-").toLowerCase()) { case "winter-horrorland": var blackScreen:FlxSprite = new FlxSprite(0, 0).makeGraphic(Std.int(FlxG.width * 2), Std.int(FlxG.height * 2), FlxColor.BLACK);