summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_tbox.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-25 15:57:15 -0400
committerGitHub <noreply@github.com>2025-09-25 12:57:15 -0700
commitdbf6abeb90ee70aeec18695f7eb589a0977ddb56 (patch)
tree2d5b78cf6535a71b679cc7abec6d2d6d5faf1e82 /src/d/actor/d_a_tbox.cpp
parent27507a603098d4cb88db0f6ec10b47336c092b2c (diff)
Use composition instead of inheritance for most f_op classes (#2700)
Diffstat (limited to 'src/d/actor/d_a_tbox.cpp')
-rw-r--r--src/d/actor/d_a_tbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_tbox.cpp b/src/d/actor/d_a_tbox.cpp
index c54c6d11e9..483359809c 100644
--- a/src/d/actor/d_a_tbox.cpp
+++ b/src/d/actor/d_a_tbox.cpp
@@ -810,7 +810,7 @@ void daTbox_c::dropProc() {
dBgS_ObjGndChk gnd_chk;
gnd_chk.SetPos(&chkpos);
- gnd_chk.SetActorPid(base.id);
+ gnd_chk.SetActorPid(base.base.id);
dComIfG_Bgsp().GroundCross(&gnd_chk);
int bg_index = gnd_chk.GetBgIndex();