mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-27 08:53:23 -04:00
Use composition instead of inheritance for most f_op classes (#2700)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user