Finished porting all actor classes to headers

This commit is contained in:
LagoLunatic
2023-11-25 23:53:05 -05:00
parent 30357c1712
commit 5039fe661c
59 changed files with 499 additions and 637 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ s32 daObj_Bscurtain_c::_create() {
s32 ret = dComIfG_resLoad(&mPhs, M_arcname);
if (ret == cPhs_COMPLEATE_e) {
if (fopAcM_entrySolidHeap(this, (heapCallbackFunc)CheckCreateHeap, 0x10000)) {
if (fopAcM_entrySolidHeap(this, CheckCreateHeap, 0x10000)) {
ret = CreateInit();
} else {
ret = cPhs_ERROR_e;