diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-06 17:37:20 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-06 17:37:20 -0500 |
| commit | 4a4624decff1e887b3697abb5c75660bef3f4988 (patch) | |
| tree | c892a297c288536010d79230bb4d74bd0ea61059 /src/d/d_cc_s.cpp | |
| parent | d882c16b5514ece26b5fbf1fb4f2b665b9c838b7 (diff) | |
Populate particle IDs enum with placeholders and use them everywhere
Diffstat (limited to 'src/d/d_cc_s.cpp')
| -rw-r--r-- | src/d/d_cc_s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_cc_s.cpp b/src/d/d_cc_s.cpp index abd5ed5c..61b2b2ba 100644 --- a/src/d/d_cc_s.cpp +++ b/src/d/d_cc_s.cpp @@ -315,7 +315,7 @@ void dCcS::ProcAtTgHitmark(bool, bool, cCcD_Obj* atObj, cCcD_Obj* tgObj, dCcD_GO csXyz angle; CalcParticleAngle(atInf, atStts, tgStts, &angle); if (atInf->GetAtHitMark() == dCcG_AtHitMark_Big_e) { - dComIfGp_particle_set(0x10, pos); + dComIfGp_particle_set(dPa_name::ID_COMMON_0010, pos); cXyz scale; scale.x = scale.y = scale.z = 2.0f; dComIfGp_particle_set(dPa_name::ID_COMMON_NORMAL_HIT, pos, &angle, &scale); |
