diff --git a/source/substates/GameOverSubstate.hx b/source/substates/GameOverSubstate.hx index 08544795598..b4f870815ed 100644 --- a/source/substates/GameOverSubstate.hx +++ b/source/substates/GameOverSubstate.hx @@ -84,7 +84,7 @@ class GameOverSubstate extends MusicBeatSubstate PlayState.instance.setOnScripts('inGameOver', true); PlayState.instance.callOnScripts('onGameOverStart', []); - FlxG.sound.music.loadEmbedded(Paths.music(loopSoundName)); + FlxG.sound.music.loadEmbedded(Paths.music(loopSoundName), true); if(characterName == 'pico-dead') {