mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Add helper macros to simplify fopAcM_ct-related version differences
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user