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