mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -139,7 +139,7 @@ void daObjEbomzo::Act_c::check() {
|
||||
const u8 r = tevStr.mColorK0.r;
|
||||
const u8 g = tevStr.mColorK0.g;
|
||||
const u8 b = tevStr.mColorK0.b;
|
||||
mpParticleEmitter = dComIfGp_particle_set(dPa_name::ID_SCENE_828E, ¤t.pos, ¤t.angle);
|
||||
mpParticleEmitter = dComIfGp_particle_set(dPa_name::ID_AK_SN_BIRDSTATUEHAHEN00, ¤t.pos, ¤t.angle);
|
||||
if (mpParticleEmitter) mpParticleEmitter->setGlobalPrmColor(r, g, b);
|
||||
}
|
||||
}
|
||||
@@ -164,7 +164,7 @@ void daObjEbomzo::Act_c::demo() {
|
||||
mpParticleEmitter = NULL;
|
||||
}
|
||||
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_828F, ¤t.pos, ¤t.angle);
|
||||
dComIfGp_particle_set(dPa_name::ID_AK_SN_BIRDSTATUESPLASH00, ¤t.pos, ¤t.angle);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user