summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_floor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_floor.cpp')
-rw-r--r--src/d/actor/d_a_floor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_floor.cpp b/src/d/actor/d_a_floor.cpp
index ac1e874b..b6885c31 100644
--- a/src/d/actor/d_a_floor.cpp
+++ b/src/d/actor/d_a_floor.cpp
@@ -96,8 +96,8 @@ int daFloor_c::Execute(Mtx**) {
/* 00000548-00000640 .text set_effect__9daFloor_cFv */
void daFloor_c::set_effect() {
- dComIfGp_particle_set(0x81A6, &current.pos, &current.angle);
- JPABaseEmitter* emtr = dComIfGp_particle_set(0x2027, &current.pos, &current.angle, NULL, 255, &mSmokeCallBack, fopAcM_GetRoomNo(this));
+ dComIfGp_particle_set(dPa_name::ID_SCENE_81A6, &current.pos, &current.angle);
+ JPABaseEmitter* emtr = dComIfGp_particle_set(dPa_name::ID_COMMON_2027, &current.pos, &current.angle, NULL, 255, &mSmokeCallBack, fopAcM_GetRoomNo(this));
if (emtr != NULL) {
emtr->setRate(30);
emtr->setMaxFrame(1);