From 5564cb6447b0810cb12a50bc7f7ca5ea9f926bc6 Mon Sep 17 00:00:00 2001 From: bluisblu <53455507+bluisblu@users.noreply.github.com> Date: Fri, 22 May 2026 12:43:25 -0400 Subject: [PATCH] Fix zNPCGoalBoyFall::CollReview return type --- src/SB/Game/zNPCGoalVillager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SB/Game/zNPCGoalVillager.cpp b/src/SB/Game/zNPCGoalVillager.cpp index 9fadad273..71c07c331 100644 --- a/src/SB/Game/zNPCGoalVillager.cpp +++ b/src/SB/Game/zNPCGoalVillager.cpp @@ -985,9 +985,9 @@ S32 zNPCGoalBoyFall::Process(en_trantype* trantype, F32 dt, void* updCtxt, xScen return xGoal::Process(trantype, dt, updCtxt, NULL); } -U8 zNPCGoalBoyFall::CollReview(void* updCtxt) +S32 zNPCGoalBoyFall::CollReview(void* updCtxt) { - U8 diditall = 0; + S32 diditall = 0; zNPCBalloonBoy* npc = ((zNPCBalloonBoy*)(psyche->clt_owner)); xEntCollis* floor; F32 gooDepth;