Add helper macros to simplify fopAcM_ct-related version differences

This commit is contained in:
LagoLunatic
2026-05-07 16:13:55 -04:00
parent e1f5b7e23b
commit cf210f963b
47 changed files with 102 additions and 311 deletions
+1 -3
View File
@@ -2882,9 +2882,7 @@ cPhs_State daNpc_Zl1_c::_create() {
};
cPhs_State state;
#if VERSION > VERSION_DEMO
fopAcM_ct(this, daNpc_Zl1_c);
#endif
fopAcM_ct_Retail(this, daNpc_Zl1_c);
if(!decideType(fopAcM_GetParam(this) & 0xFF)) { // idk if this is supposed to be here
return cPhs_ERROR_e;
}