diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-20 16:02:41 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-20 16:02:41 -0400 |
| commit | 061fa893eb46c1eac3d9de55f6ded86f33c9a281 (patch) | |
| tree | 2af696561f546013a17c96c6bc3155b683e19ccb /src/d/d_a_leaflift_static.cpp | |
| parent | 70a0a15b353605bee794a204248f53bcb057673e (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.cpp | 4 |
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, ¤t.pos, ¤t.angle); + mEmitter1 = dComIfGp_particle_set(dPa_name::ID_IT_SN_DEKLIFT_MIZUPOTA00, ¤t.pos, ¤t.angle); mEmitter2 = NULL; upLiftPos = current.pos; upLiftPos.y = mWaterY; - mEmitter4 = dComIfGp_particle_set(dPa_name::ID_SCENE_82AB, &upLiftPos, ¤t.angle); + mEmitter4 = dComIfGp_particle_set(dPa_name::ID_IT_SN_DEKLIFT_HAMONB00, &upLiftPos, ¤t.angle); mEmitterTimer = 0; if (mEmitter3) { mEmitter3->stopCreateParticle(); |
