mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-12 11:22:00 -04:00
Merge branch 'main' into feature/no-low-hp-sound
This commit is contained in:
@@ -107,6 +107,15 @@ static Z2EnemyInfo mEnemyInfo[64] = {
|
||||
void Z2SoundObjMgr::searchEnemy() {
|
||||
twilightBattle_ = 0;
|
||||
|
||||
#if TARGET_PC
|
||||
if (Z2GetSeqMgr()->checkBgmIDPlaying(Z2BGM_MIDNA_SOS) &&
|
||||
dusk::getSettings().game.midnasLamentNonStop)
|
||||
{
|
||||
Z2GetSeqMgr()->changeSubBgmStatus(0);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!Z2GetLink()) {
|
||||
Z2GetSeqMgr()->stopBattleBgm(1, 1);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user