mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
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
This commit is contained in:
@@ -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--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user