mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
Sakuita rope Matching (#2470)
* Change dComIfGp_getAttention to return a pointer * d_a_obj_sakuita_rope Matching
This commit is contained in:
@@ -5411,7 +5411,7 @@ void daB_ZANT_c::cc_ice_set() {
|
||||
cXyz sp40;
|
||||
|
||||
if (mAction == ACT_ICE_STEP || mAction == ACT_ICE_JUMP) {
|
||||
if (!dComIfGp_getAttention().LockonTruth() || dComIfGp_getAttention().LockonTarget(0) != this) {
|
||||
if (!dComIfGp_getAttention()->LockonTruth() || dComIfGp_getAttention()->LockonTarget(0) != this) {
|
||||
mDoMtx_stack_c::copy(mpModelMorf->getModel()->getAnmMtx(JNT_FOOT_L));
|
||||
mDoMtx_stack_c::transM(20.0f, 0.0f, 0.0f);
|
||||
mDoMtx_stack_c::multVecZero(&sp34);
|
||||
|
||||
Reference in New Issue
Block a user