diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-25 23:53:05 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-25 23:53:05 -0500 |
| commit | 5039fe661cd3882d77b22dd72a2b3555aa658acd (patch) | |
| tree | 6160e28e8421a08b0559f716d802cd6bc58fa30c /src/d/actor/d_a_obj_pbka.cpp | |
| parent | 30357c1712773d6538fc597cde60f2fe15e10c86 (diff) | |
Finished porting all actor classes to headers
Diffstat (limited to 'src/d/actor/d_a_obj_pbka.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_pbka.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_pbka.cpp b/src/d/actor/d_a_obj_pbka.cpp index 6253a8b3..571205e3 100644 --- a/src/d/actor/d_a_obj_pbka.cpp +++ b/src/d/actor/d_a_obj_pbka.cpp @@ -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(); |
