diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 16:13:55 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 16:13:55 -0400 |
| commit | cf210f963b877cdafeb269179dbdeffa8958fe7e (patch) | |
| tree | b76e3310fd75878a59925a2765db07ab8939b333 /src/d/actor/d_a_npc_tc.cpp | |
| parent | e1f5b7e23b2a37da369e8ce5800149632887eec4 (diff) | |
Add helper macros to simplify fopAcM_ct-related version differences
Diffstat (limited to 'src/d/actor/d_a_npc_tc.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_tc.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/d/actor/d_a_npc_tc.cpp b/src/d/actor/d_a_npc_tc.cpp index 9fbe8a51..4ec594cc 100644 --- a/src/d/actor/d_a_npc_tc.cpp +++ b/src/d/actor/d_a_npc_tc.cpp @@ -1853,15 +1853,10 @@ bool daNpc_Tc_c::isCreate() { /* 00003FC0-00004090 .text _create__10daNpc_Tc_cFv */ cPhs_State daNpc_Tc_c::_create() { -#if VERSION == VERSION_DEMO + fopAcM_ct_Retail(this, daNpc_Tc_c); cPhs_State phase_state = dComIfG_resLoad(&mPhs, "Tc"); if(phase_state == cPhs_COMPLEATE_e) { - fopAcM_ct(this, daNpc_Tc_c); -#else - fopAcM_ct(this, daNpc_Tc_c); - cPhs_State phase_state = dComIfG_resLoad(&mPhs, "Tc"); - if(phase_state == cPhs_COMPLEATE_e) { -#endif + fopAcM_ct_Demo(this, daNpc_Tc_c); getArg(); if(!isCreate()) { |
