diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
| commit | 048d242eef520cc257914cbc56c009ea8e8dc130 (patch) | |
| tree | 073a8dd8a9af0cdb2edb39eca8735ae2dd73db16 /src/d/actor/d_a_player_main.cpp | |
| parent | ae94c57e7398b0e1c65970cae062caaa58377880 (diff) | |
bpw partial cleanup, fix inline usage across several actors
Diffstat (limited to 'src/d/actor/d_a_player_main.cpp')
| -rw-r--r-- | src/d/actor/d_a_player_main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/actor/d_a_player_main.cpp b/src/d/actor/d_a_player_main.cpp index e998a895..89d34c1d 100644 --- a/src/d/actor/d_a_player_main.cpp +++ b/src/d/actor/d_a_player_main.cpp @@ -5888,7 +5888,7 @@ BOOL daPy_lk_c::commonProcInit(daPy_PROC proc) { m33A8.end(); m32E4.end(); m32F0.end(); - mSmokeEcallBack.end(); + mSmokeEcallBack.remove(); if (!checkGrabWear()) { m35D8 = 0.0f; @@ -10132,9 +10132,9 @@ void daPy_lk_c::setCollision() { mAtCyl.ResetAtHit(); mAtCyl.OffAtSetBit(); offNoResetFlg0(daPyFlg0_CUT_AT_FLG); - m331C.end(); - m332C.end(); - m333C.end(); + m331C.remove(); + m332C.remove(); + m333C.remove(); } if (fanWindCrashEffectDraw()) { f32 fVar3 = mpYbafo00Btk->getFrame() + 1.0f; @@ -11813,7 +11813,7 @@ BOOL daPy_lk_c::playerDelete() { mFanSwingCb.deleteCallBack(); m338C.end(); m33A8.end(); - m3280.end(); + m3280.remove(); m334C.end(); m336C.end(); mSwimTailEcallBack[0].remove(); |
