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
@@ -59,7 +59,7 @@ static int target_info_count;
static void* s_ks_sub(void* param_1, void* param_2) {
if (fopAcM_IsActor(param_1) && fopAcM_GetName(param_1) == 0x60) {
if (target_info_count < 10) {
target_info[target_info_count] = (int)param_1;
target_info[target_info_count] = (intptr_t)param_1;
target_info_count++;
}
return param_1;
@@ -220,7 +220,7 @@ static int daObj_Lp_Execute(obj_lp_class* i_this) {
target_info[i] = 0;
}
target_info[0] = (int)dComIfGp_getPlayer(0);
target_info[0] = (intptr_t)dComIfGp_getPlayer(0);
target_info_count = 1;
if (strcmp(dComIfGp_getStartStageName(), "D_MN05") == 0) {