summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_nzg.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-07 16:13:55 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-07 16:13:55 -0400
commitcf210f963b877cdafeb269179dbdeffa8958fe7e (patch)
treeb76e3310fd75878a59925a2765db07ab8939b333 /src/d/actor/d_a_nzg.cpp
parente1f5b7e23b2a37da369e8ce5800149632887eec4 (diff)
Add helper macros to simplify fopAcM_ct-related version differences
Diffstat (limited to 'src/d/actor/d_a_nzg.cpp')
-rw-r--r--src/d/actor/d_a_nzg.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/d/actor/d_a_nzg.cpp b/src/d/actor/d_a_nzg.cpp
index c312d5e1..00eab51b 100644
--- a/src/d/actor/d_a_nzg.cpp
+++ b/src/d/actor/d_a_nzg.cpp
@@ -161,14 +161,10 @@ static BOOL useHeapInit(fopAc_ac_c* i_this) {
/* 00000620-00000864 .text daNZG_Create__FP10fopAc_ac_c */
static cPhs_State daNZG_Create(fopAc_ac_c* i_this) {
nzg_class* nzg_this = (nzg_class*)i_this;
-#if VERSION > VERSION_DEMO
- fopAcM_ct(i_this, nzg_class);
-#endif
+ fopAcM_ct_Retail(i_this, nzg_class);
cPhs_State phase_state = dComIfG_resLoad(&nzg_this->mPhs, "NZG");
if (phase_state == cPhs_COMPLEATE_e) {
-#if VERSION == VERSION_DEMO
- fopAcM_ct(i_this, nzg_class);
-#endif
+ fopAcM_ct_Demo(i_this, nzg_class);
if (!fopAcM_entrySolidHeap(&nzg_this->actor, useHeapInit, 0x680)) {
return cPhs_ERROR_e;
}