summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_ep.cpp
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2025-06-02 06:36:19 +0300
committerGitHub <noreply@github.com>2025-06-01 20:36:19 -0700
commit588b20679dd6f23b52084e888c199d5b3ec85a0e (patch)
treebedfc51f92d2c410e5b11eaa0498fe5a5dcb2d25 /src/d/actor/d_a_ep.cpp
parent8e91607e5582feb846354aa75630905e9d8089c7 (diff)
Sakuita rope Matching (#2470)
* Change dComIfGp_getAttention to return a pointer * d_a_obj_sakuita_rope Matching
Diffstat (limited to 'src/d/actor/d_a_ep.cpp')
-rw-r--r--src/d/actor/d_a_ep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_ep.cpp b/src/d/actor/d_a_ep.cpp
index 9e4dd91b8d..813db2d408 100644
--- a/src/d/actor/d_a_ep.cpp
+++ b/src/d/actor/d_a_ep.cpp
@@ -224,10 +224,10 @@ static void hahen_carry(ep_class* i_this, ep_hahen_s* hahen_s) {
hahen_s->field_0x28.x = 0;
hahen_s->field_0x28.z = 0x4000;
hahen_s->field_0x28.y = player->shape_angle.y;
- if (dComIfGp_getAttention().Lockon()) {
+ if (dComIfGp_getAttention()->Lockon()) {
hahen_s->field_0x30 = 80.0f;
- fopAc_ac_c* lockOnTarget = dComIfGp_getAttention().LockonTarget(0);
+ fopAc_ac_c* lockOnTarget = dComIfGp_getAttention()->LockonTarget(0);
if (lockOnTarget) {
cXyz local_34, cStack_28;
local_34 = lockOnTarget->current.pos - hahen_s->field_0x4;