misc cleanup

This commit is contained in:
LagoLunatic
2024-02-26 15:13:17 -05:00
parent f0aec5ac44
commit fda4313e25
30 changed files with 189 additions and 195 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ inline s32 daBranch_c::create() {
fopAcM_SetupActor(this, daBranch_c);
phase_state = dComIfG_resLoad(&mPhs, daBranch_c::m_arcname);
phase_state = dComIfG_resLoad(&mPhase, daBranch_c::m_arcname);
if (phase_state == cPhs_COMPLEATE_e) {
if (!fopAcM_entrySolidHeap(this, daBranch_c::solidHeapCB, 0x4000)) {
for (int i = 0; i < (s32)ARRAY_SIZE(mAnims); i++) {