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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user