mirror of
https://github.com/zeldaret/tp
synced 2026-06-20 08:13:23 -04:00
Sakuita rope Matching (#2470)
* Change dComIfGp_getAttention to return a pointer * d_a_obj_sakuita_rope Matching
This commit is contained in:
@@ -1625,7 +1625,7 @@ static int npc_ks_demo_02(npc_ks_class* i_this) {
|
||||
a_this->attention_info.distances[3] = 2;
|
||||
}
|
||||
|
||||
if (i_this == (npc_ks_class*)dComIfGp_getAttention().LockonTarget(0) && i_this->mTimers[2] == 0
|
||||
if (i_this == (npc_ks_class*)dComIfGp_getAttention()->LockonTarget(0) && i_this->mTimers[2] == 0
|
||||
&& mDoCPd_c::getTrigA(PAD_1) != 0) {
|
||||
i_this->mMode = 17;
|
||||
anm_init(i_this, 25, 2.0f, 0, 1.0f);
|
||||
|
||||
Reference in New Issue
Block a user