summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_ssk.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_ssk.cpp
parente1f5b7e23b2a37da369e8ce5800149632887eec4 (diff)
Add helper macros to simplify fopAcM_ct-related version differences
Diffstat (limited to 'src/d/actor/d_a_ssk.cpp')
-rw-r--r--src/d/actor/d_a_ssk.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/d/actor/d_a_ssk.cpp b/src/d/actor/d_a_ssk.cpp
index 45214da9..7dfd3ead 100644
--- a/src/d/actor/d_a_ssk.cpp
+++ b/src/d/actor/d_a_ssk.cpp
@@ -365,15 +365,10 @@ static cPhs_State daSsk_Create(fopAc_ac_c* a_this) {
ssk_class* i_this = (ssk_class*)a_this;
-#if VERSION == VERSION_DEMO
+ fopAcM_ct_Retail(a_this, ssk_class);
cPhs_State PVar2 = dComIfG_resLoad(&i_this->mPhase, "Ssk");
if (PVar2 == cPhs_COMPLEATE_e) {
- fopAcM_ct(a_this, ssk_class);
-#else
- fopAcM_ct(a_this, ssk_class);
- cPhs_State PVar2 = dComIfG_resLoad(&i_this->mPhase, "Ssk");
- if (PVar2 == cPhs_COMPLEATE_e) {
-#endif
+ fopAcM_ct_Demo(a_this, ssk_class);
i_this->m2D0.setRateOff(0);
i_this->m2B4 = fopAcM_GetParam(a_this);
i_this->m2B5 = fopAcM_GetParam(a_this) >> 8;