Reapply settings changes on top of #209

This commit is contained in:
Max Roncace
2026-04-05 17:34:18 -04:00
committed by PJB3005
parent 3eb843cc80
commit b098577ab9
26 changed files with 216 additions and 200 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ void Z2AudioMgr::zeldaGFrameWork() {
processBgmFramework();
#if TARGET_PC
if (!dusk::settings::game::noLowHpSound) {
if (!dusk::getSettings().game.noLowHpSound) {
processHeartGaugeSound();
}
#else