summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_actor.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c
index c52d7cc9f..958cc4dad 100644
--- a/src/code/z_actor.c
+++ b/src/code/z_actor.c
@@ -4040,10 +4040,7 @@ Hilite* func_8003435C(Vec3f* object, GlobalContext* globalCtx)
return func_8002EB44(object, &globalCtx->view.eye, &lightDir, globalCtx->state.gfxCtx);
}
-typedef s16 (*func_800343CC_arg4)(GlobalContext*, Actor*);
-typedef s16 (*func_800343CC_arg5)(GlobalContext*, Actor*);
-
-s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, func_800343CC_arg4 unkFunc1, func_800343CC_arg5 unkFunc2)
+s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, u16 (*unkFunc1)(GlobalContext*, Actor*), s16 (*unkFunc2)(GlobalContext*, Actor*))
{
s16 sp26;
s16 sp24;