summaryrefslogtreecommitdiff
path: root/src/d/d_event.cpp
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2025-04-01 04:30:42 +0300
committerGitHub <noreply@github.com>2025-03-31 18:30:42 -0700
commit98f755e98aca8eb9b926514f125af9958025e106 (patch)
tree8fcb801505b83b64b85a76738ef7659080f099fa /src/d/d_event.cpp
parentd7a8fb9d833886aa5e806bdd8e6f96218dbca2f9 (diff)
d_a_npc_worm matching (#2365)
* d_a_npc_worm matching * Rename a_this
Diffstat (limited to 'src/d/d_event.cpp')
-rw-r--r--src/d/d_event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_event.cpp b/src/d/d_event.cpp
index b5c316c864..f7a5f57727 100644
--- a/src/d/d_event.cpp
+++ b/src/d/d_event.cpp
@@ -274,7 +274,7 @@ int dEvt_control_c::catchCheck(dEvt_order_c* p_order) {
fopAc_ac_c* actor2 = p_order->mActor2;
fopAc_ac_c* actor1 = p_order->mActor1;
- if (actor1 == NULL || (actor2 != NULL && !actor2->eventInfo.chkCondition(0x40))) {
+ if (actor1 == NULL || (actor2 != NULL && !actor2->eventInfo.chkCondition(dEvtCnd_40_e))) {
return 0;
}