diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-27 12:14:38 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-27 12:14:38 -0400 |
| commit | be8da688fcc755d77e2cdb7a69124297b01ff683 (patch) | |
| tree | c881c9ba84af3a5d0cac26427a436c8c9927b129 /src/d/actor/d_a_obj_warpt.cpp | |
| parent | 7fae08bcd1e75242b3cdcb7a0704488911561e78 (diff) | |
zl1 cleanup, inline cleanup
Diffstat (limited to 'src/d/actor/d_a_obj_warpt.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_warpt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_warpt.cpp b/src/d/actor/d_a_obj_warpt.cpp index 07523ba4..06f6311a 100644 --- a/src/d/actor/d_a_obj_warpt.cpp +++ b/src/d/actor/d_a_obj_warpt.cpp @@ -235,7 +235,7 @@ void daObj_Warpt_c::_ride(fopAc_ac_c* arg1) { if (fpcM_GetName(arg1) == fpcNm_PLAYER_e) { daPy_py_c* player = (daPy_py_c*)arg1; - fopAcM_searchActorAngleY(this, dComIfGp_getPlayer(0)); + fopAcM_searchPlayerAngleY(this); dLib_checkPlayerInCircle(m830, 1.0f, 20.0f); if (l_HIO.m06 == 0) { |
