oops, forgot to check the box

This commit is contained in:
MelonSpeedruns
2026-04-04 11:57:42 -04:00
parent 1862e3a0e4
commit 6f76a52545
+3 -1
View File
@@ -108,7 +108,9 @@ void Z2SoundObjMgr::searchEnemy() {
twilightBattle_ = 0;
#if TARGET_PC
if (Z2GetSeqMgr()->checkBgmIDPlaying(Z2BGM_MIDNA_SOS)) {
if (Z2GetSeqMgr()->checkBgmIDPlaying(Z2BGM_MIDNA_SOS) &&
dusk::getSettings().game.midnasLamentNonStop)
{
Z2GetSeqMgr()->changeSubBgmStatus(0);
return;
}