Re-adds the story mode cutscene for Winter Horrorland

Cutscene switch didn't change with the song name to add spaces so the cutscene didn't play.
This commit is contained in:
outofthecoral 2021-06-05 10:11:04 -04:00 committed by GitHub
parent 9fabd2408f
commit a2932e4ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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