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:
@@ -41,10 +41,10 @@ BOOL daObjIceisland_c::CreateHeap() {
|
||||
/* 00000338-00000410 .text daObjIceisland_particle_set__16daObjIceisland_cFv */
|
||||
void daObjIceisland_c::daObjIceisland_particle_set() {
|
||||
if(mEmitter1 == NULL) {
|
||||
mEmitter1 = dComIfGp_particle_set(dPa_name::ID_SCENE_81AA, ¤t.pos, ¤t.angle);
|
||||
mEmitter1 = dComIfGp_particle_set(dPa_name::ID_IT_SN_ICEL_SMOKE00, ¤t.pos, ¤t.angle);
|
||||
}
|
||||
if(mEmitter2 == NULL) {
|
||||
mEmitter2 = dComIfGp_particle_set(dPa_name::ID_SCENE_81AB, ¤t.pos, ¤t.angle);
|
||||
mEmitter2 = dComIfGp_particle_set(dPa_name::ID_IT_SN_ICEL_SMOKE01, ¤t.pos, ¤t.angle);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user