diff options
| author | fig02 <fig02srl@gmail.com> | 2020-05-29 17:20:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 17:20:00 -0400 |
| commit | ac978077620beea250156c2bc15f57550e041494 (patch) | |
| tree | 78c162f5592c4007e6cefa67a0c9f86343a3cf56 /src/code/z_actor.c | |
| parent | 038ab888f6a741805a2b133fad6e11680d55c18a (diff) | |
En_Kz OK (#176)
* start kz
* remove irrelevant file
* kz progress
* en_kz progress
* match kz switch
* progress
* kz OK
* kz OK
* sync
* kz done
* delete asm files
* pr suggestions 1
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 411cc1857..d7af214e5 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -3637,8 +3637,8 @@ 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, u16 (*unkFunc1)(GlobalContext*, Actor*), - s16 (*unkFunc2)(GlobalContext*, Actor*)) { +s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, callback1_800343CC unkFunc1, + callback2_800343CC unkFunc2) { s16 sp26; s16 sp24; |
