Replace particle enums with official names

This commit is contained in:
LagoLunatic
2026-03-20 16:02:41 -04:00
parent 70a0a15b35
commit 061fa893eb
166 changed files with 2137 additions and 2019 deletions
+3 -3
View File
@@ -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();