mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -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, ¤t.pos, ¤t.angle);
|
||||
mpEmitter = dComIfGp_particle_set(dPa_name::ID_IT_SN_RBRIDGE_FLSH00, ¤t.pos, ¤t.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, ¤t.angle);
|
||||
dComIfGp_particle_setProjection(dPa_name::ID_SCENE_8119, &pos2, ¤t.angle);
|
||||
dComIfGp_particle_setProjection(dPa_name::ID_IT_SN_RBRIDGE_APP00, &pos1, ¤t.angle);
|
||||
dComIfGp_particle_setProjection(dPa_name::ID_IT_SN_RBRIDGE_APP00, &pos2, ¤t.angle);
|
||||
|
||||
set_on_se();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user