diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 23:05:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 23:05:57 -0400 |
| commit | ab41cc50bb4d0982ade5c34b75461e49c4e3b329 (patch) | |
| tree | b64d3a91cbb10edf257f825f2a9ab8322f5df84b /src/d/d_attention.cpp | |
| parent | a4de4f08fba14d59e8620d25f771f15a4dbd40f5 (diff) | |
Use dComIfGp_event_runCheck instead of dComIfGp_event_getMode, remove some fakematches
Diffstat (limited to 'src/d/d_attention.cpp')
| -rw-r--r-- | src/d/d_attention.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_attention.cpp b/src/d/d_attention.cpp index 0a847bfa..eb2e25c7 100644 --- a/src/d/d_attention.cpp +++ b/src/d/d_attention.cpp @@ -853,7 +853,7 @@ bool dAttention_c::Run(u32 interactMask) { } runDebugDisp0(); clrFlag(~(AttnFlag_80000000 | AttnFlag_40000000 | AttnFlag_20000000 | AttnFlag_10000000 | AttnFlag_08000000)); - if (dComIfGp_event_getMode() != 0) { + if (dComIfGp_event_runCheck()) { mLockOnState = LockState_NONE; field_0x01a = 0; field_0x01b = 0; |
