mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 15:17:13 -04:00
Use composition instead of inheritance for most f_op classes (#2700)
This commit is contained in:
@@ -186,7 +186,7 @@ int daObjLadder::Act_c::Create() {
|
||||
mDoMtx_stack_c::multVecZero(&gndVec);
|
||||
mDoMtx_stack_c::pop();
|
||||
mGndChk.SetPos(&gndVec);
|
||||
mGndChk.SetActorPid(base.id);
|
||||
mGndChk.SetActorPid(base.base.id);
|
||||
mHeight = dComIfG_Bgsp().GroundCross(&mGndChk);
|
||||
mInDemo = false;
|
||||
mEventIdx = dComIfGp_getEventManager().getEventIdx(this, prm_get_evId());
|
||||
|
||||
Reference in New Issue
Block a user