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/actor/d_a_ghostship.cpp | |
| parent | d882c16b5514ece26b5fbf1fb4f2b665b9c838b7 (diff) | |
Populate particle IDs enum with placeholders and use them everywhere
Diffstat (limited to 'src/d/actor/d_a_ghostship.cpp')
| -rw-r--r-- | src/d/actor/d_a_ghostship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ghostship.cpp b/src/d/actor/d_a_ghostship.cpp index 6240f984..792a808d 100644 --- a/src/d/actor/d_a_ghostship.cpp +++ b/src/d/actor/d_a_ghostship.cpp @@ -345,7 +345,7 @@ bool daGhostship_c::_execute() { dLib_setCirclePath(&mPaths[i]); if(mAlpha != 0.0f) { - dComIfGp_particle_setSimple(0x8306, &mPaths[i].mPos, 0xFF, g_whiteColor, g_whiteColor, 0); + dComIfGp_particle_setSimple(dPa_name::ID_SCENE_8306, &mPaths[i].mPos, 0xFF, g_whiteColor, g_whiteColor, 0); } } |
