diff --git a/source/PlayState.hx b/source/PlayState.hx index 67a43866b..6b7939103 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1498,10 +1498,10 @@ class PlayState extends MusicBeatState if (!paused) { - if (FlxG.sound.music != null) - FlxG.sound.music.play(true); - else - FlxG.sound.playMusic(Paths.inst(SONG.song), 1, false); + // if (FlxG.sound.music != null) + // FlxG.sound.music.play(true); + // else + FlxG.sound.playMusic(Paths.inst(SONG.song), 1, false); } FlxG.sound.music.onComplete = endSong;