diff options
| author | kipcode66 <kipcode66@gmail.com> | 2025-12-22 05:20:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-22 02:20:08 -0800 |
| commit | 47ac1d4a4cbc5a6835c80d80e7756d6b4a6cd0a6 (patch) | |
| tree | 555fb336b8cc397e259582340c3a95d843a4add6 /src/d/actor/d_a_npc_gwolf.cpp | |
| parent | 4045f16667fe6903243801e1155d086ae8df27b1 (diff) | |
4th round of standard compiler fixes (#2984)
* 4th round of standard compiler fixes
* use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
Diffstat (limited to 'src/d/actor/d_a_npc_gwolf.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_gwolf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_gwolf.cpp b/src/d/actor/d_a_npc_gwolf.cpp index 6013dcf907..9ac8c14951 100644 --- a/src/d/actor/d_a_npc_gwolf.cpp +++ b/src/d/actor/d_a_npc_gwolf.cpp @@ -852,7 +852,7 @@ BOOL daNpc_GWolf_c::isDelete() { 0x0153, 0x01EC, 0x01ED, 0x01EE, 0x01EF, 0x01F0, 0x01F1, }; static s16 l_playerNoList[7] = { - 0xFFFF, 2, 3, 4, 5, 6, 7, + -1, 2, 3, 4, 5, 6, 7, }; if (mType == 3 || mType == 2) { |
