From cf210f963b877cdafeb269179dbdeffa8958fe7e Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Thu, 7 May 2026 16:13:55 -0400 Subject: Add helper macros to simplify fopAcM_ct-related version differences --- src/d/actor/d_a_dr.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/d/actor/d_a_dr.cpp') diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index 6a941d7b..77a5479a 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -247,15 +247,11 @@ static BOOL createHeap(fopAc_ac_c* i_actor) { static cPhs_State daDr_Create(fopAc_ac_c* i_this) { dr_class* a_this = (dr_class*)i_this; -#if VERSION > VERSION_DEMO - fopAcM_ct(a_this, dr_class); -#endif + fopAcM_ct_Retail(a_this, dr_class); cPhs_State phase_state = dComIfG_resLoad(&a_this->mPhs, "Dr"); if (phase_state == cPhs_COMPLEATE_e) { -#if VERSION == VERSION_DEMO - fopAcM_ct(a_this, dr_class); -#endif + fopAcM_ct_Demo(a_this, dr_class); if (!fopAcM_entrySolidHeap(a_this, createHeap, 0xF000)) { return cPhs_ERROR_e; -- cgit v1.2.3