summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_fa1.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-27 12:14:38 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-27 12:14:38 -0400
commitbe8da688fcc755d77e2cdb7a69124297b01ff683 (patch)
treec881c9ba84af3a5d0cac26427a436c8c9927b129 /src/d/actor/d_a_npc_fa1.cpp
parent7fae08bcd1e75242b3cdcb7a0704488911561e78 (diff)
zl1 cleanup, inline cleanup
Diffstat (limited to 'src/d/actor/d_a_npc_fa1.cpp')
-rw-r--r--src/d/actor/d_a_npc_fa1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_fa1.cpp b/src/d/actor/d_a_npc_fa1.cpp
index 500f5547..f63c4580 100644
--- a/src/d/actor/d_a_npc_fa1.cpp
+++ b/src/d/actor/d_a_npc_fa1.cpp
@@ -604,7 +604,7 @@ void daNpc_Fa1_c::init_hover_move() {
void daNpc_Fa1_c::hover_move() {
position_move(l_HIO.m78.prm.m10, l_HIO.m78.prm.m08);
BGCheck();
- s16 target = fopAcM_searchActorAngleY(this, dComIfGp_getPlayer(0));
+ s16 target = fopAcM_searchPlayerAngleY(this);
cLib_addCalcAngleS(&current.angle.y, target, 8, 0x2000, 0x400);
}