summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_jbo.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_jbo.cpp
parente1f5b7e23b2a37da369e8ce5800149632887eec4 (diff)
Add helper macros to simplify fopAcM_ct-related version differences
Diffstat (limited to 'src/d/actor/d_a_jbo.cpp')
-rw-r--r--src/d/actor/d_a_jbo.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/d/actor/d_a_jbo.cpp b/src/d/actor/d_a_jbo.cpp
index 8706211f..7face971 100644
--- a/src/d/actor/d_a_jbo.cpp
+++ b/src/d/actor/d_a_jbo.cpp
@@ -189,15 +189,11 @@ static BOOL useHeapInit(fopAc_ac_c* i_this) {
/* 0000081C-00000A90 .text daJBO_Create__FP10fopAc_ac_c */
static cPhs_State daJBO_Create(fopAc_ac_c* i_this) {
- #if VERSION > VERSION_DEMO
- fopAcM_ct(i_this, jbo_class);
- #endif
+ fopAcM_ct_Retail(i_this, jbo_class);
jbo_class* a_this = (jbo_class*)i_this;
cPhs_State state = dComIfG_resLoad(&a_this->mPhs, "JBO");
if (state == cPhs_COMPLEATE_e) {
- #if VERSION == VERSION_DEMO
- fopAcM_ct(i_this, jbo_class);
- #endif
+ fopAcM_ct_Demo(i_this, jbo_class);
if (!fopAcM_entrySolidHeap(i_this, &useHeapInit, 0x1c20)) {
return cPhs_ERROR_e;
} else {