From 5dbb7e875eab0adc9e939b2c2b00c70928e2b34e Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 19 Sep 2025 15:06:44 -0400 Subject: Added enums for all used event/tmp bits/regs (#893) --- src/d/d_throwstone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_throwstone.cpp') 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, ¤t.pos, &tevStr); -- cgit v1.2.3