diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-14 22:11:08 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-14 22:11:08 -0500 |
| commit | 8e44641465413ba98ebf02bc1faa60d904d3a165 (patch) | |
| tree | 7e67b60246a3c4c564097555bee147fb9a456d18 /src/d/actor/d_a_rd.cpp | |
| parent | 40d18bef9d1082a31a34c5009d7f4ae7774d2cea (diff) | |
Fix various data relocation differences in unlinked TUs
Diffstat (limited to 'src/d/actor/d_a_rd.cpp')
| -rw-r--r-- | src/d/actor/d_a_rd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_rd.cpp b/src/d/actor/d_a_rd.cpp index bb8e51b0..1ccf3522 100644 --- a/src/d/actor/d_a_rd.cpp +++ b/src/d/actor/d_a_rd.cpp @@ -529,6 +529,7 @@ bool daRd_c::checkTgHit() { case 0x0F: case 0x10: case 0x15: + case 0x17: case 0x19: case 0x1A: case 0x1B: |
