summaryrefslogtreecommitdiff
path: root/src/d/d_a_leaflift_static.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-20 16:02:41 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-20 16:02:41 -0400
commit061fa893eb46c1eac3d9de55f6ded86f33c9a281 (patch)
tree2af696561f546013a17c96c6bc3155b683e19ccb /src/d/d_a_leaflift_static.cpp
parent70a0a15b353605bee794a204248f53bcb057673e (diff)
Replace particle enums with official names
Diffstat (limited to 'src/d/d_a_leaflift_static.cpp')
-rw-r--r--src/d/d_a_leaflift_static.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_a_leaflift_static.cpp b/src/d/d_a_leaflift_static.cpp
index bec7f272..55afb245 100644
--- a/src/d/d_a_leaflift_static.cpp
+++ b/src/d/d_a_leaflift_static.cpp
@@ -35,11 +35,11 @@ BOOL daLlift_c::MoveUpLift() {
else if ((upVel != 0.0f) && (mbIsAscending == FALSE)) {
fopAcM_seStart(this, JA_SE_OBJ_LOTUS_LIFT_UP, 0);
mbIsAscending = TRUE;
- mEmitter1 = dComIfGp_particle_set(dPa_name::ID_SCENE_82AC, &current.pos, &current.angle);
+ mEmitter1 = dComIfGp_particle_set(dPa_name::ID_IT_SN_DEKLIFT_MIZUPOTA00, &current.pos, &current.angle);
mEmitter2 = NULL;
upLiftPos = current.pos;
upLiftPos.y = mWaterY;
- mEmitter4 = dComIfGp_particle_set(dPa_name::ID_SCENE_82AB, &upLiftPos, &current.angle);
+ mEmitter4 = dComIfGp_particle_set(dPa_name::ID_IT_SN_DEKLIFT_HAMONB00, &upLiftPos, &current.angle);
mEmitterTimer = 0;
if (mEmitter3) {
mEmitter3->stopCreateParticle();