diff options
Diffstat (limited to 'src/d/d_throwstone.cpp')
| -rw-r--r-- | src/d/d_throwstone.cpp | 2 |
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, ¤t.pos, &tevStr); |
