Replace particle enums with official names

This commit is contained in:
LagoLunatic
2026-03-20 16:02:41 -04:00
parent 70a0a15b35
commit 061fa893eb
166 changed files with 2137 additions and 2019 deletions
+2 -2
View File
@@ -175,7 +175,7 @@ BOOL daTornado_c::execute() {
mPtclTimer -= 1;
} else {
mPtclTimer = 10;
dComIfGp_particle_set(dPa_name::ID_SCENE_8213, &current.pos, NULL, (cXyz*)&wind_scale);
dComIfGp_particle_set(dPa_name::ID_AK_SN_TORNADOWIND00, &current.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(&current.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);