summaryrefslogtreecommitdiff
path: root/src/d
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-08 17:03:42 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-08 17:03:42 -0400
commitcd777aa35b59bf133b98be741a91d771fa7a2c9a (patch)
treebab79048f8d6a6791b30e0070ee289777813aa64 /src/d
parent6a64986a399d4033803331596167d9a694f1fc9a (diff)
object-particle OK
Diffstat (limited to 'src/d')
-rw-r--r--src/d/actor/d_a_obj_hha.cpp2
-rw-r--r--src/d/actor/d_a_player_main.cpp2
-rw-r--r--src/d/actor/d_a_player_sword.inc2
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), &current.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);