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_pirateship.cpp | |
| parent | 7fae08bcd1e75242b3cdcb7a0704488911561e78 (diff) | |
zl1 cleanup, inline cleanup
Diffstat (limited to 'src/d/actor/d_a_obj_pirateship.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_pirateship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_pirateship.cpp b/src/d/actor/d_a_obj_pirateship.cpp index c9ad6ee4..e5d04b34 100644 --- a/src/d/actor/d_a_obj_pirateship.cpp +++ b/src/d/actor/d_a_obj_pirateship.cpp @@ -415,7 +415,7 @@ bool daObjPirateship::Act_c::_execute() { if (!demo_move()) { if (l_HIO.m05 == 0 && m4A8 != NULL) { - dLib_pathMove(¤t.pos, &m4A4, m4A8, 3.0f, path_move_call_back, (void*)this); + dLib_pathMove(¤t.pos, &m4A4, m4A8, 3.0f, path_move_call_back, this); if (m32E > 0x4000 || m32E < -0x4000) { cLib_addCalcAngleS2(&m330, l_HIO.m12, 0x10, 0x300); } else { |
