summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2021-11-19 07:45:26 -0800
committerGitHub <noreply@github.com>2021-11-19 12:45:26 -0300
commit9b51336f097cd235144b758b2415706cbec117ce (patch)
tree75e427b1b86815c4adfc9c477561373925076317 /src/code
parentd190b265f6f232ac7423d72b55f8c42583c93cb2 (diff)
Sub_S Prototypes and approriate header stuff (#408)
* Add sub_s prototypes * Rename limbDrawTable to jointTable * Rename UnkActorDraws * Fix warnings * Fix warnings
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_skelanime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_skelanime.c b/src/code/z_skelanime.c
index ad3e93a5f..7f79bb51c 100644
--- a/src/code/z_skelanime.c
+++ b/src/code/z_skelanime.c
@@ -474,7 +474,7 @@ void SkelAnime_DrawFlexOpa(GlobalContext* globalCtx, void** skeleton, Vec3s* joi
}
void func_80134148(GlobalContext* globalCtx, s32 limbIndex, void** skeleton, Vec3s* jointTable,
- OverrideLimbDrawOpa overrideLimbDraw, PostLimbDrawOpa postLimbDraw, UnkActorDraw unkDraw,
+ OverrideLimbDrawOpa overrideLimbDraw, PostLimbDrawOpa postLimbDraw, UnkActorDrawOpa unkDraw,
Actor* actor, Mtx** mtx) {
StandardLimb* limb;
Gfx* newDList;
@@ -538,7 +538,7 @@ void func_80134148(GlobalContext* globalCtx, s32 limbIndex, void** skeleton, Vec
}
void func_801343C0(GlobalContext* globalCtx, void** skeleton, Vec3s* jointTable, s32 dListCount,
- OverrideLimbDrawOpa overrideLimbDraw, PostLimbDrawOpa postLimbDraw, UnkActorDraw unkDraw,
+ OverrideLimbDrawOpa overrideLimbDraw, PostLimbDrawOpa postLimbDraw, UnkActorDrawOpa unkDraw,
Actor* actor) {
StandardLimb* rootLimb;
s32 pad;