diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-04-01 04:30:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 18:30:42 -0700 |
| commit | 98f755e98aca8eb9b926514f125af9958025e106 (patch) | |
| tree | 8fcb801505b83b64b85a76738ef7659080f099fa /src/d/d_event.cpp | |
| parent | d7a8fb9d833886aa5e806bdd8e6f96218dbca2f9 (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.cpp | 2 |
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; } |
