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
+2 -6
View File
@@ -83,13 +83,9 @@ bool daObjRcloud_c::create_heap() {
/* 00000238-000003B4 .text _create__13daObjRcloud_cFv */
cPhs_State daObjRcloud_c::_create() {
#if VERSION == VERSION_DEMO
fopAcM_ct_Retail(this, daObjRcloud_c);
cPhs_State phase = cPhs_ERROR_e;
fopAcM_ct(this, daObjRcloud_c);
#else
fopAcM_ct(this, daObjRcloud_c);
cPhs_State phase = cPhs_ERROR_e;
#endif
fopAcM_ct_Demo(this, daObjRcloud_c);
if (fopAcM_IsFirstCreating(this)) {
mDemoNameIndex = param_get_arg();