summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRoman971 <32455037+Roman971@users.noreply.github.com>2020-12-23 05:37:42 +0100
committerGitHub <noreply@github.com>2020-12-22 23:37:42 -0500
commit09ddf4f71e8d717f998fa2d0ce8faa720ee302fc (patch)
tree7928fbdc518992d14823662c7edfb15c04fbc267 /include
parente4b84365ff32d02df35c932d28ebf44aa56f666d (diff)
Match 5 more functions in z_player.c and improve the others (#559)
Diffstat (limited to 'include')
-rw-r--r--include/z64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64.h b/include/z64.h
index 91d9793e7..f686f6a70 100644
--- a/include/z64.h
+++ b/include/z64.h
@@ -914,7 +914,7 @@ typedef struct GlobalContext {
/* 0x11D30 */ s16 unk_11D30[2];
/* 0x11D34 */ u8 nbTransitionActors;
/* 0x11D38 */ TransitionActorEntry* transitionActorList;
- /* 0x11D3C */ void (*playerInit)(Player* player, struct GlobalContext* globalCtx, SkeletonHeader* skelHeader);
+ /* 0x11D3C */ void (*playerInit)(Player* player, struct GlobalContext* globalCtx, FlexSkeletonHeader* skelHeader);
/* 0x11D40 */ void (*playerUpdate)(Player* player, struct GlobalContext* globalCtx, Input* input);
/* 0x11D44 */ s32 (*isPlayerDroppingFish)(struct GlobalContext* globalCtx);
/* 0x11D48 */ s32 (*startPlayerFishing)(struct GlobalContext* globalCtx);