Populate particle IDs enum with placeholders and use them everywhere

This commit is contained in:
LagoLunatic
2025-03-06 17:37:20 -05:00
parent d882c16b55
commit 4a4624decf
80 changed files with 1429 additions and 353 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void daLlift_c::CreateInit() {
if (mWaterY != -1e9f) {
cXyz particlePos = current.pos;
particlePos.y = mWaterY + 1.0f;
mEmitter3 = dComIfGp_particle_set(0x82AA, &particlePos, &current.angle);
mEmitter3 = dComIfGp_particle_set(dPa_name::ID_SCENE_82AA, &particlePos, &current.angle);
if (mEmitter3) {
mEmitter3->stopCreateParticle();
}