mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -472,11 +472,11 @@ void daObjDoguu_c::privateCut() {
|
||||
mDoMtx_stack_c::multVecZero(&mPos);
|
||||
|
||||
if (field_0x894 == 0) {
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_8434, &mPos, ¤t.angle);
|
||||
dComIfGp_particle_set(dPa_name::ID_IT_SN_SINJYU_GLOWD00, &mPos, ¤t.angle);
|
||||
} else if (field_0x894 == 1) {
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_8436, &mPos, ¤t.angle);
|
||||
dComIfGp_particle_set(dPa_name::ID_IT_SN_SINJYU_GLOWF00, &mPos, ¤t.angle);
|
||||
} else {
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_8435, &mPos, ¤t.angle);
|
||||
dComIfGp_particle_set(dPa_name::ID_IT_SN_SINJYU_GLOWN00, &mPos, ¤t.angle);
|
||||
}
|
||||
} else if (field_0x8C4 == 125) {
|
||||
field_0x8A3 = true;
|
||||
|
||||
Reference in New Issue
Block a user