summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_hbrf1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_obj_hbrf1.cpp')
-rw-r--r--src/d/actor/d_a_obj_hbrf1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_hbrf1.cpp b/src/d/actor/d_a_obj_hbrf1.cpp
index b069c494..45e78a90 100644
--- a/src/d/actor/d_a_obj_hbrf1.cpp
+++ b/src/d/actor/d_a_obj_hbrf1.cpp
@@ -71,8 +71,7 @@ BOOL daObjHbrf1::Act_c::Delete() {
BOOL daObjHbrf1::Act_c::Mthd_Delete() {
BOOL ret = MoveBGDelete();
- // The demo version (and thus the demo debug maps) used dComIfG_deleteObjectRes here instead.
- dComIfG_resDelete(&mPhs, M_arcname);
+ dComIfG_resDeleteDemo(&mPhs, M_arcname);
return ret;
}