mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Replace particle enums with official names
This commit is contained in:
@@ -175,7 +175,7 @@ BOOL daTornado_c::execute() {
|
||||
mPtclTimer -= 1;
|
||||
} else {
|
||||
mPtclTimer = 10;
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_8213, ¤t.pos, NULL, (cXyz*)&wind_scale);
|
||||
dComIfGp_particle_set(dPa_name::ID_AK_SN_TORNADOWIND00, ¤t.pos, NULL, (cXyz*)&wind_scale);
|
||||
}
|
||||
|
||||
fopAcM_seStartCurrent(this, JA_SE_OBJ_TORNADE_SUS, 100);
|
||||
@@ -321,7 +321,7 @@ cPhs_State daTornado_c::create() {
|
||||
dKyw_tornado_Notice(¤t.pos);
|
||||
mpModelUnder->setBaseScale(under_scale);
|
||||
mCenter = current.pos;
|
||||
dComIfGp_particle_set(dPa_name::ID_SCENE_81BB, &mCenter, NULL, NULL, 0xFF, &mPtclCb);
|
||||
dComIfGp_particle_set(dPa_name::ID_AK_SN_WINDUPWATER00, &mCenter, NULL, NULL, 0xFF, &mPtclCb);
|
||||
fopAcM_OnStatus(this, fopAcStts_SHOWMAP_e);
|
||||
}
|
||||
mDoMtx_stack_c::transS(current.pos);
|
||||
|
||||
Reference in New Issue
Block a user