diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-17 21:41:40 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-17 21:41:40 -0400 |
| commit | 67259edeeb2a48dffa0767c30ed0ba2ee2b00846 (patch) | |
| tree | 1890273ea8d95742a1499cf9302b4bd78ce8ea49 /src/d/actor/d_a_obj_pfall.cpp | |
| parent | ce8a70bfb0d3cc67f1db747909d795b2280a35e1 (diff) | |
Clean up HIO reg accesses
Diffstat (limited to 'src/d/actor/d_a_obj_pfall.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_pfall.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_pfall.cpp b/src/d/actor/d_a_obj_pfall.cpp index 2ee9e336..cbb4a049 100644 --- a/src/d/actor/d_a_obj_pfall.cpp +++ b/src/d/actor/d_a_obj_pfall.cpp @@ -74,7 +74,6 @@ void daObj_Pfall_c::setAnm() { /* 00000190-000004DC .text set_mtx__13daObj_Pfall_cFv */ void daObj_Pfall_c::set_mtx() { - static cXyz offset_pos_left(-35.0f, 0.0f, 105.0f); static cXyz offset_pos_right(35.0f, 0.0f, -105.0f); @@ -325,7 +324,6 @@ void daObj_Pfall_c::mode_wait_init() { /* 00000F1C-00000FC0 .text mode_wait__13daObj_Pfall_cFv */ void daObj_Pfall_c::mode_wait() { - if(dLib_checkPlayerInCircle(current.pos, 100.0f, 100.0f) && dComIfGp_getPlayer(0)->speedF == 0.0f && cLib_calcTimer(&field_0x3B8) == 0) { @@ -370,7 +368,6 @@ void daObj_Pfall_c::mode_proc_call() { /* 00001130-000012F4 .text _execute__13daObj_Pfall_cFv */ bool daObj_Pfall_c::_execute() { - attention_info.position = current.pos; eyePos = current.pos; |
