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
+1 -1
View File
@@ -772,7 +772,7 @@ void dWood::Unit_c::cc_hit_before_cut(dWood::Packet_c *packet) {
g_env_light.settingTevStruct(TEV_TYPE_BG0, &mPos, &mTevStr);
// Spawn cut down particles (a bunch of leaves)
dComIfGp_particle_set(dPa_name::ID_COMMON_CUT_L_TREE_DOWN, &mPos, NULL,
dComIfGp_particle_set(dPa_name::ID_IT_JN_SWOODLEAF00, &mPos, NULL,
NULL, 0xff, NULL, -1, &mTevStr.mColorK0,
NULL, NULL);