diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-08 17:03:42 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-08 17:03:42 -0400 |
| commit | cd777aa35b59bf133b98be741a91d771fa7a2c9a (patch) | |
| tree | bab79048f8d6a6791b30e0070ee289777813aa64 /src/d | |
| parent | 6a64986a399d4033803331596167d9a694f1fc9a (diff) | |
object-particle OK
Diffstat (limited to 'src/d')
| -rw-r--r-- | src/d/actor/d_a_obj_hha.cpp | 2 | ||||
| -rw-r--r-- | src/d/actor/d_a_player_main.cpp | 2 | ||||
| -rw-r--r-- | src/d/actor/d_a_player_sword.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_hha.cpp b/src/d/actor/d_a_obj_hha.cpp index 6765a74d..9014d65b 100644 --- a/src/d/actor/d_a_obj_hha.cpp +++ b/src/d/actor/d_a_obj_hha.cpp @@ -183,7 +183,7 @@ void daObjHhaSplash_c::create_s(u16 particleID, cXyz* pPos, float offsetY, float mBasePos = mPos; mAngle = *pAngle; dComIfGp_particle_set(particleID, &mPos, &mAngle, NULL, 255, &mSplashCb); - bIsActive = true; + mbIsActive = true; } /* 00000698-000008AC .text create_area__15daObjHhaYgush_cFPCc */ diff --git a/src/d/actor/d_a_player_main.cpp b/src/d/actor/d_a_player_main.cpp index c3c9e625..a313a764 100644 --- a/src/d/actor/d_a_player_main.cpp +++ b/src/d/actor/d_a_player_main.cpp @@ -3801,7 +3801,7 @@ BOOL daPy_lk_c::playerDelete() { mFootEffect[i].getOtherCallBack()->remove(); } if (mFanSwingCb.mpEmitter) { - mFanSwingCb.mpEmitter->clearStatus(0x40); + mFanSwingCb.mpEmitter->quitImmortalEmitter(); mFanSwingCb.mpEmitter->setEmitterCallBackPtr(NULL); mFanSwingCb.mpEmitter = NULL; } diff --git a/src/d/actor/d_a_player_sword.inc b/src/d/actor/d_a_player_sword.inc index 02595788..d74d1f7c 100644 --- a/src/d/actor/d_a_player_sword.inc +++ b/src/d/actor/d_a_player_sword.inc @@ -1137,7 +1137,7 @@ BOOL daPy_lk_c::procCutRollEnd_init() { JPABaseEmitter* emitter = m33A8.makeEmitter(dPa_name::ID_COMMON_STARS_SPIN, mpCLModel->getAnmMtx(15), ¤t.pos, NULL); if (emitter != NULL) { - emitter->setStatus(0x40); + emitter->becomeImmortalEmitter(); emitter->setVolumeSize(5); emitter->setLifeTime(daPy_HIO_cutRoll_c0::m.field_0x6); emitter->setEmitterTranslation(emitter_trans); |
