4th round of standard compiler fixes (#2984)

* 4th round of standard compiler fixes

* use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
This commit is contained in:
kipcode66
2025-12-22 05:20:08 -05:00
committed by GitHub
parent 9ac6dd0044
commit bda8dc6af8
65 changed files with 170 additions and 162 deletions
+2 -2
View File
@@ -787,7 +787,7 @@ u8 daNpc_Kn_c::getPath() {
BOOL daNpc_Kn_c::isDelete() {
static s16 l_appearFlag[7] = {
0xFFFF, 0x0153, 0x0152, 0x0154, 0x0155, 0x0156, 0x0157,
-1, 0x0153, 0x0152, 0x0154, 0x0155, 0x0156, 0x0157,
};
static s16 l_delFlag[7] = {
0x0153, 0x0152, 0x0154, 0x0155, 0x0156, 0x0157, 0x0158,
@@ -832,7 +832,7 @@ void daNpc_Kn_c::resetCol() {
void daNpc_Kn_c::reset() {
initialize();
memset(&mpTeachAction, 0, (int)&field_0x1754 - (int)&mpTeachAction);
memset(&mpTeachAction, 0, (intptr_t)&field_0x1754 - (intptr_t)&mpTeachAction);
if (mpMatAnm != NULL) {
mpMatAnm->initialize();