mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-17 14:06:42 -04:00
No Low HP Sound Enhancement
This commit is contained in:
@@ -155,7 +155,14 @@ void Z2AudioMgr::zeldaGFrameWork() {
|
||||
mSpeechMgr.framework();
|
||||
processSeFramework();
|
||||
processBgmFramework();
|
||||
|
||||
#if TARGET_PC
|
||||
if (!dusk::getSettings().game.noLowHpSound) {
|
||||
processHeartGaugeSound();
|
||||
}
|
||||
#else
|
||||
processHeartGaugeSound();
|
||||
#endif
|
||||
|
||||
#if DEBUG
|
||||
mDebugSys.debugframework();
|
||||
|
||||
Reference in New Issue
Block a user