summaryrefslogtreecommitdiff
path: root/src/d/d_throwstone.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/d_throwstone.cpp
parent8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (diff)
Added enums for all used event/tmp bits/regs (#893)
Diffstat (limited to 'src/d/d_throwstone.cpp')
-rw-r--r--src/d/d_throwstone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp
index bb65b3a8..0d809306 100644
--- a/src/d/d_throwstone.cpp
+++ b/src/d/d_throwstone.cpp
@@ -93,7 +93,7 @@ static BOOL daThrowstoneExecute(void* ptr) {
}
bool daThrowstone_c::_draw() {
- if (!dComIfGs_isEventBit(0x0310))
+ if (!dComIfGs_isEventBit(dSv_event_flag_c::UNK_0310))
return TRUE;
g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &current.pos, &tevStr);