summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_lbridge.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/actor/d_a_lbridge.cpp
parent70a0a15b353605bee794a204248f53bcb057673e (diff)
Replace particle enums with official names
Diffstat (limited to 'src/d/actor/d_a_lbridge.cpp')
-rw-r--r--src/d/actor/d_a_lbridge.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_lbridge.cpp b/src/d/actor/d_a_lbridge.cpp
index c36ddc7c..592f432a 100644
--- a/src/d/actor/d_a_lbridge.cpp
+++ b/src/d/actor/d_a_lbridge.cpp
@@ -74,7 +74,7 @@ void daLbridge_c::CreateInit() {
fopAcM_setCullSizeBox(this, -600.0f, -100.0f, -150.0f, 600.0f, 100.0f, 150.0f);
fopAcM_setCullSizeFar(this, 1.5f);
- mpEmitter = dComIfGp_particle_set(dPa_name::ID_SCENE_810F, &current.pos, &current.angle);
+ mpEmitter = dComIfGp_particle_set(dPa_name::ID_IT_SN_RBRIDGE_FLSH00, &current.pos, &current.angle);
if (mpEmitter != NULL) {
mpEmitter->stopDrawParticle();
@@ -233,8 +233,8 @@ void daLbridge_c::appear_bridge() {
pos1.z += 100.0f;
pos2.z -= 100.0f;
- dComIfGp_particle_setProjection(dPa_name::ID_SCENE_8119, &pos1, &current.angle);
- dComIfGp_particle_setProjection(dPa_name::ID_SCENE_8119, &pos2, &current.angle);
+ dComIfGp_particle_setProjection(dPa_name::ID_IT_SN_RBRIDGE_APP00, &pos1, &current.angle);
+ dComIfGp_particle_setProjection(dPa_name::ID_IT_SN_RBRIDGE_APP00, &pos2, &current.angle);
set_on_se();