diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-12-26 22:17:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-26 13:17:51 -0800 |
| commit | 67b576ad9aec15953fa0d52f33cc88e8a783b46b (patch) | |
| tree | 2e9e78e8cca507807292d9288a54babfe187cca0 /src/Z2AudioLib/Z2StatusMgr.cpp | |
| parent | 229527daf71c76965ef0735abca530cee68b7358 (diff) | |
f_op debug work (#2991)
* f_op debug 1
* f_op debug 2
* f_op debug 3
* f_op debug 4
* f_op debug 5
* f_op_debug fix build
* f_op linking
* remove goto in fopac_create
* fix regressions
* fix regressions
* pr comments
Diffstat (limited to 'src/Z2AudioLib/Z2StatusMgr.cpp')
| -rw-r--r-- | src/Z2AudioLib/Z2StatusMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Z2AudioLib/Z2StatusMgr.cpp b/src/Z2AudioLib/Z2StatusMgr.cpp index 619055090f..c86b86eee3 100644 --- a/src/Z2AudioLib/Z2StatusMgr.cpp +++ b/src/Z2AudioLib/Z2StatusMgr.cpp @@ -114,7 +114,7 @@ void Z2StatusMgr::heartGaugeOn() { void Z2StatusMgr::processHeartGaugeSound() { if (!dComIfGp_event_runCheck() && mHeartGaugeOn != 0) { - if (dScnPly_c::isPause()) { + if (!dScnPly_c::isPause()) { mHeartGaugeOn--; } |
