diff options
Diffstat (limited to 'src/d/actor/d_a_npc_hr.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_hr.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/d/actor/d_a_npc_hr.cpp b/src/d/actor/d_a_npc_hr.cpp index 703c6f88..bcea2785 100644 --- a/src/d/actor/d_a_npc_hr.cpp +++ b/src/d/actor/d_a_npc_hr.cpp @@ -2081,14 +2081,10 @@ static BOOL CheckCreateHeap(fopAc_ac_c* i_this) { /* 000051A8-000052C4 .text _create__10daNpc_Hr_cFv */ cPhs_State daNpc_Hr_c::_create() { -#if VERSION > VERSION_DEMO - fopAcM_ct(this, daNpc_Hr_c); -#endif + fopAcM_ct_Retail(this, daNpc_Hr_c); cPhs_State state = dComIfG_resLoad(&mPhs, "Hr"); if (state == cPhs_COMPLEATE_e) { -#if VERSION == VERSION_DEMO - fopAcM_ct(this, daNpc_Hr_c); -#endif + fopAcM_ct_Demo(this, daNpc_Hr_c); switch(fopAcM_GetName(this)) { case PROC_NPC_HR: switch (getShapeType()) { |
