mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Add helper macros to simplify fopAcM_ct-related version differences
This commit is contained in:
@@ -1481,17 +1481,11 @@ static cPhs_State daKamome_Create(fopAc_ac_c* a_this) {
|
||||
};
|
||||
|
||||
kamome_class* i_this = (kamome_class*)a_this;
|
||||
|
||||
#if VERSION == VERSION_DEMO
|
||||
cPhs_State PVar1 = dComIfG_resLoad(&i_this->mPhase, "Kamome");
|
||||
if (PVar1 == cPhs_COMPLEATE_e) {
|
||||
fopAcM_ct(a_this, kamome_class);
|
||||
#else
|
||||
fopAcM_ct(a_this, kamome_class);
|
||||
fopAcM_ct_Retail(a_this, kamome_class);
|
||||
|
||||
cPhs_State PVar1 = dComIfG_resLoad(&i_this->mPhase, "Kamome");
|
||||
if (PVar1 == cPhs_COMPLEATE_e) {
|
||||
#endif
|
||||
fopAcM_ct_Demo(a_this, kamome_class);
|
||||
|
||||
i_this->mType = fopAcM_GetParam(a_this);
|
||||
if (i_this->mType == 0xff) {
|
||||
|
||||
Reference in New Issue
Block a user