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
@@ -1622,11 +1622,11 @@ static int useHeapInit(fopAc_ac_c* a_this) {
static int kabe_initial_pos_set(e_dd_class* i_this) {
static s16 ya[5] = {
-0x4000, 0x4000, 0x0000, 0x8000, 0x0000,
-0x4000, 0x4000, 0x0000, -0x8000, 0x0000,
};
static s16 xa[5] = {
0xC000, 0xC000, 0xC000, 0xC000, 0x8000,
-0x4000, -0x4000, -0x4000, -0x4000, -0x8000,
};
fopAc_ac_c* a_this = &i_this->actor;