diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-04 13:47:40 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-04 13:47:40 -0500 |
| commit | 256b4eeb37caccb3fc3a62bb40b69e7b4907c9a1 (patch) | |
| tree | 24c6a8a2c3bf787eabed5004fa1d8180a0f43276 /src/d/actor/d_a_dai.cpp | |
| parent | dcf4862387fb9be67f7aff9fe4f986d129366662 (diff) | |
Fix some clangd errors
Diffstat (limited to 'src/d/actor/d_a_dai.cpp')
| -rw-r--r-- | src/d/actor/d_a_dai.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_dai.cpp b/src/d/actor/d_a_dai.cpp index 3ea07d4e..e0cf866a 100644 --- a/src/d/actor/d_a_dai.cpp +++ b/src/d/actor/d_a_dai.cpp @@ -268,7 +268,7 @@ void daDai_c::proc() { } } - if ((m84C != 0) && talk(1) == 0x12) { + if ((m84C != 0) && talk(1) == fopMsgStts_BOX_CLOSED_e) { dComIfGp_event_reset(); m84C = 0; } |
