summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_ferris.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-19 15:06:44 -0400
committerGitHub <noreply@github.com>2025-09-19 15:06:44 -0400
commit5dbb7e875eab0adc9e939b2c2b00c70928e2b34e (patch)
tree933a88f4e70943d4c3d2a6e0a3846b145e75b1a5 /src/d/actor/d_a_obj_ferris.cpp
parent8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (diff)
Added enums for all used event/tmp bits/regs (#893)
Diffstat (limited to 'src/d/actor/d_a_obj_ferris.cpp')
-rw-r--r--src/d/actor/d_a_obj_ferris.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_ferris.cpp b/src/d/actor/d_a_obj_ferris.cpp
index a7265fab..bcccd224 100644
--- a/src/d/actor/d_a_obj_ferris.cpp
+++ b/src/d/actor/d_a_obj_ferris.cpp
@@ -383,7 +383,7 @@ void daObjFerris::Act_c::rot_mng() {
}
break;
case 1:
- dComIfGs_onEventBit(0x2104);
+ dComIfGs_onEventBit(dSv_event_flag_c::UNK_2104);
if (!(mFrameTimer & 3))
mRotSpeed++;