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
@@ -61,7 +61,7 @@ static cPhs__Step daObjPbka_Create(void* i_this) {
cPhsStep = dComIfG_resLoad(&a_this->mPhase, "Pbka");
if (cPhsStep == cPhs_COMPLEATE_e) {
if ((fopAcM_entrySolidHeap(a_this, CheckCreateHeap, 0x680) & 0xff) == 0) {
if (fopAcM_entrySolidHeap(a_this, CheckCreateHeap, 0x680) == 0) {
cPhsStep = cPhs_ERROR_e;
} else {
a_this->CreateInit();