Misc cleanup

This commit is contained in:
LagoLunatic
2025-07-25 22:24:57 -04:00
parent 72dc8f4ef6
commit 719ac3f748
7 changed files with 38 additions and 36 deletions
+2 -2
View File
@@ -825,7 +825,7 @@ s32 daTbox_c::demoProc() {
dComIfGp_evmng_cutEnd(mStaffId);
}
else {
if (mOpenAnm.play() != 0) {
if (mOpenAnm.play()) {
mHasOpenAnmFinished = true;
dComIfGp_evmng_cutEnd(mStaffId);
fopAcM_seStart(this, JA_SE_OBJ_TBOX_OPEN_S2, 0);
@@ -837,7 +837,7 @@ s32 daTbox_c::demoProc() {
dComIfGp_evmng_cutEnd(mStaffId);
}
else {
if (mOpenAnm.play() != 0) {
if (mOpenAnm.play()) {
mHasOpenAnmFinished = 1;
dComIfGp_evmng_cutEnd(mStaffId);
fopAcM_seStart(this, JA_SE_OBJ_TBOX_OPEN_S2, 0);