summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2020-03-22 14:42:28 -0400
committerGitHub <noreply@github.com>2020-03-22 14:42:28 -0400
commit959ac9df2624c7c05bf68901fcfd8ed266ccefab (patch)
treebf46d6000f50d4397a02117c1316392ec621d973 /src/code
parente066751e220cbd63a9f5086bceb332098acd8d6f (diff)
parentfd7c3c9e563093ed6c879dbae7705f2f3e15be03 (diff)
Merge pull request #7 from glankk/z_en_tk
Z en tk
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;