mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-05 18:57:14 -04:00
fopAcM_GetID
This commit is contained in:
@@ -103,7 +103,7 @@ void daObjDigSnow_c::mode_wait() {
|
||||
void daObjDigSnow_c::mode_init_dig() {
|
||||
dBgS_ObjGndChk obj_gnd_chk;
|
||||
|
||||
obj_gnd_chk.SetActorPid(base.base.id);
|
||||
obj_gnd_chk.SetActorPid(fopAcM_GetID(this));
|
||||
obj_gnd_chk.SetPos(¤t.pos);
|
||||
|
||||
f32 gnd_height = dComIfG_Bgsp().GroundCross(&obj_gnd_chk);
|
||||
|
||||
Reference in New Issue
Block a user