From 27806242b6b1e403a591a4b3bb0665e2cdb09f7e Mon Sep 17 00:00:00 2001 From: Lojemiru <33508026+Lojemiru@users.noreply.github.com> Date: Thu, 5 Aug 2021 20:35:40 -0500 Subject: [PATCH] Actually fixed #1 --- objects/oMusicV2.object.gmx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/objects/oMusicV2.object.gmx b/objects/oMusicV2.object.gmx index 4acdea8..1fe2b05 100644 --- a/objects/oMusicV2.object.gmx +++ b/objects/oMusicV2.object.gmx @@ -80,9 +80,7 @@ if (file_exists("musQueenbreak.ogg") and file_exists("musQueen2.ogg") and file_e 1 - if (file_exists("musItemAmb2.ogg")) { - if(oMusicV2.currentbgm != musItemAmb2 && oMusicV2.bossbgm == sndJump) mus_stop_muted(); -} else if (oMusicV2.bossbgm == sndJump) mus_stop_muted(); + if (oMusicV2.bossbgm == sndJump) mus_stop_muted();