summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_ghostship.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-06 17:37:20 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-06 17:37:20 -0500
commit4a4624decff1e887b3697abb5c75660bef3f4988 (patch)
treec892a297c288536010d79230bb4d74bd0ea61059 /src/d/actor/d_a_ghostship.cpp
parentd882c16b5514ece26b5fbf1fb4f2b665b9c838b7 (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.cpp2
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);
}
}