diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-31 20:09:14 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-31 20:09:14 -0400 |
| commit | bd917524bad56cb7348f50a2fc1fa92c44dcdeed (patch) | |
| tree | efbaf908ac28ad01808bc44bd9661536141ce9fd /src/d/actor/d_a_dr.cpp | |
| parent | f71ec718fe9c74e74267c89afd34ccfd209793a2 (diff) | |
Demo work, d_a_kytag02 and d_a_ff OK
Diffstat (limited to 'src/d/actor/d_a_dr.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index fe1e3de2..9710e7b6 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -245,17 +245,17 @@ static BOOL createHeap(fopAc_ac_c* i_actor) { /* 00000C08-00000CE4 .text daDr_Create__FP10fopAc_ac_c */ static cPhs_State daDr_Create(fopAc_ac_c* i_this) { dr_class* a_this = (dr_class*)i_this; - -#if VERSION == VERSION_DEMO - cPhs_State phase_state = dComIfG_resLoad(&a_this->mPhs, "Dr"); - if (phase_state == cPhs_COMPLEATE_e) { - fopAcM_SetupActor(a_this, dr_class); -#else + +#if VERSION > VERSION_DEMO fopAcM_SetupActor(a_this, dr_class); - +#endif + cPhs_State phase_state = dComIfG_resLoad(&a_this->mPhs, "Dr"); if (phase_state == cPhs_COMPLEATE_e) { +#if VERSION == VERSION_DEMO + fopAcM_SetupActor(a_this, dr_class); #endif + if (!fopAcM_entrySolidHeap(a_this, createHeap, 0xF000)) { return cPhs_ERROR_e; } |
