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:
@@ -1853,15 +1853,10 @@ bool daNpc_Tc_c::isCreate() {
|
||||
|
||||
/* 00003FC0-00004090 .text _create__10daNpc_Tc_cFv */
|
||||
cPhs_State daNpc_Tc_c::_create() {
|
||||
#if VERSION == VERSION_DEMO
|
||||
fopAcM_ct_Retail(this, daNpc_Tc_c);
|
||||
cPhs_State phase_state = dComIfG_resLoad(&mPhs, "Tc");
|
||||
if(phase_state == cPhs_COMPLEATE_e) {
|
||||
fopAcM_ct(this, daNpc_Tc_c);
|
||||
#else
|
||||
fopAcM_ct(this, daNpc_Tc_c);
|
||||
cPhs_State phase_state = dComIfG_resLoad(&mPhs, "Tc");
|
||||
if(phase_state == cPhs_COMPLEATE_e) {
|
||||
#endif
|
||||
fopAcM_ct_Demo(this, daNpc_Tc_c);
|
||||
getArg();
|
||||
|
||||
if(!isCreate()) {
|
||||
|
||||
Reference in New Issue
Block a user