summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_demo_barrel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_obj_demo_barrel.cpp')
-rw-r--r--src/d/actor/d_a_obj_demo_barrel.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/d/actor/d_a_obj_demo_barrel.cpp b/src/d/actor/d_a_obj_demo_barrel.cpp
index ec683212..be6b275e 100644
--- a/src/d/actor/d_a_obj_demo_barrel.cpp
+++ b/src/d/actor/d_a_obj_demo_barrel.cpp
@@ -64,15 +64,10 @@ BOOL daObj_Demo_Barrel_c::CreateHeap() {
}
cPhs_State daObj_Demo_Barrel_c::_create() {
-#if VERSION == VERSION_DEMO
+ fopAcM_ct_Retail(this, daObj_Demo_Barrel_c);
cPhs_State ret = dComIfG_resLoad(&mPhase, M_arcname);
if (ret == cPhs_COMPLEATE_e) {
- fopAcM_ct(this, daObj_Demo_Barrel_c);
-#else
- fopAcM_ct(this, daObj_Demo_Barrel_c);
- cPhs_State ret = dComIfG_resLoad(&mPhase, M_arcname);
- if (ret == cPhs_COMPLEATE_e) {
-#endif
+ fopAcM_ct_Demo(this, daObj_Demo_Barrel_c);
if (!fopAcM_entrySolidHeap(this, CheckCreateHeap, 0x22E0)) {
return cPhs_ERROR_e;
}