X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=2d31e46e28aa8188bae035d5e591fba2c37446c1;hb=99df437e740aa12d6e578d15bcf14140f648a6d1;hp=cb60d049e09864278988f0f807f1309153179bc7;hpb=09fc72b08113fa157a3abb2ded6086babedd10cf;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index cb60d04..2d31e46 100644 --- a/player.h +++ b/player.h @@ -153,7 +153,7 @@ VG_STATIC void( *_player_post_update[])( player_instance *player ) = { player__walk_post_update, player__skate_post_update, - NULL, + player__dead_post_update, player__drive_post_update }; @@ -174,7 +174,7 @@ void( *_player_animate[])( player_instance *player ) = { }; VG_STATIC -void( *_player_pose[] )( player_instance *player ) = { +void( *_player_pose[] )( player_instance *player, player_pose *pose ) = { player__walk_pose, player__skate_pose, player__dead_pose,