summaryrefslogtreecommitdiff
path: root/src/f_op
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-17 17:10:52 -0400
committerGitHub <noreply@github.com>2026-05-17 17:10:52 -0400
commit86a17bbfb726a5f39e23af257ac011af3e1f028c (patch)
tree3fd9887e3b0b404050b89edee746ff5f3ecc0f91 /src/f_op
parent38742c337f10d0be2b7647c66974924bbfab39f6 (diff)
JAIZelInst OK (#1005)
* JAIZelInst OK * Clean up some default args
Diffstat (limited to 'src/f_op')
-rw-r--r--src/f_op/f_op_actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_op/f_op_actor.cpp b/src/f_op/f_op_actor.cpp
index d3ee3a5d..14699c50 100644
--- a/src/f_op/f_op_actor.cpp
+++ b/src/f_op/f_op_actor.cpp
@@ -113,7 +113,7 @@ int g_fopAc_type;
u32 fopAc_ac_c::stopStatus;
/* 80023514-80023540 .text fopAc_IsActor__FPv */
-s32 fopAc_IsActor(void* pProc) {
+BOOL fopAc_IsActor(void* pProc) {
int actor_type = ((fopAc_ac_c*)pProc)->actor_type;
return fpcBs_Is_JustOfType(g_fopAc_type, actor_type);
}