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_bb.cpp | |
| parent | ae94c57e7398b0e1c65970cae062caaa58377880 (diff) | |
bpw partial cleanup, fix inline usage across several actors
Diffstat (limited to 'src/d/actor/d_a_bb.cpp')
| -rw-r--r-- | src/d/actor/d_a_bb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_bb.cpp b/src/d/actor/d_a_bb.cpp index 611f5142..1a468809 100644 --- a/src/d/actor/d_a_bb.cpp +++ b/src/d/actor/d_a_bb.cpp @@ -2152,7 +2152,7 @@ void damage_check(bb_class* i_this) { dComIfGp_particle_setToon(dPa_name::ID_COMMON_0438, &a_this->current.pos, &a_this->current.angle, NULL, 0xFF, NULL, fopAcM_GetRoomNo(a_this), &a_this->tevStr.mColorK0, &a_this->tevStr.mColorK0); - i_this->mParticleCallBack.end(); + i_this->mParticleCallBack.remove(); emitter = dComIfGp_particle_setToon(dPa_name::ID_COMMON_0439, &a_this->current.pos, &a_this->current.angle, NULL, 0xFF, &i_this->mParticleCallBack, fopAcM_GetRoomNo(a_this)); @@ -2514,7 +2514,7 @@ static BOOL daBb_Delete(bb_class* i_this) { #if VERSION == VERSION_DEMO l_bbHIO.removeHIO(); #endif - i_this->mParticleCallBack.end(); + i_this->mParticleCallBack.remove(); enemy_fire_remove(&i_this->mEnemyFire); #if VERSION > VERSION_DEMO if (i_this->actor.heap != NULL) { |
