diff options
| author | glank <tommy.bergman91@gmail.com> | 2020-03-22 18:55:05 +0100 |
|---|---|---|
| committer | glank <tommy.bergman91@gmail.com> | 2020-03-22 18:55:23 +0100 |
| commit | fd7c3c9e563093ed6c879dbae7705f2f3e15be03 (patch) | |
| tree | bf46d6000f50d4397a02117c1316392ec621d973 /src/code | |
| parent | d7b0ba7c0664fbeeb8827f05d9f6eeae0f5f1253 (diff) | |
Responding to PR comments
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 3eb05efb4..958cc4dad 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -4040,7 +4040,7 @@ Hilite* func_8003435C(Vec3f* object, GlobalContext* globalCtx) return func_8002EB44(object, &globalCtx->view.eye, &lightDir, globalCtx->state.gfxCtx); } -s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, s16 (*unkFunc1)(GlobalContext*, Actor*), s16 (*unkFunc2)(GlobalContext*, Actor*)) +s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, u16 (*unkFunc1)(GlobalContext*, Actor*), s16 (*unkFunc2)(GlobalContext*, Actor*)) { s16 sp26; s16 sp24; |
