fixed Winter Horrorland transition not working

This commit is contained in:
Lucky56
2021-06-07 05:42:18 +02:00
parent 56fabb91ba
commit 1d0399e995

View File

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