summaryrefslogtreecommitdiff
path: root/src/d/d_door.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-20 16:02:41 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-20 16:02:41 -0400
commit061fa893eb46c1eac3d9de55f6ded86f33c9a281 (patch)
tree2af696561f546013a17c96c6bc3155b683e19ccb /src/d/d_door.cpp
parent70a0a15b353605bee794a204248f53bcb057673e (diff)
Replace particle enums with official names
Diffstat (limited to 'src/d/d_door.cpp')
-rw-r--r--src/d/d_door.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_door.cpp b/src/d/d_door.cpp
index 38100a03..0dee8e4d 100644
--- a/src/d/d_door.cpp
+++ b/src/d/d_door.cpp
@@ -392,7 +392,7 @@ void dDoor_info_c::setPosAndAngle(cXyz* pPos, s16 angle) {
void dDoor_smoke_c::smokeInit(dDoor_info_c* door) {
mPos = door->current.pos;
mRot.y = door->shape_angle.y;
- JPABaseEmitter* emtr = dComIfGp_particle_set(dPa_name::ID_COMMON_2022, &mPos, &mRot, NULL, 0xAA, &mSmokeCb, fopAcM_GetRoomNo(door));
+ JPABaseEmitter* emtr = dComIfGp_particle_set(dPa_name::ID_AK_JT_ELEMENTSMOKE00, &mPos, &mRot, NULL, 0xAA, &mSmokeCb, fopAcM_GetRoomNo(door));
m34 = 0;
m35 = 0;
if (emtr != NULL) {