now fall in immobile mode
[carveJwlIkooP6JGAAIwe30JlM.git] / player.h
index cb60d049e09864278988f0f807f1309153179bc7..2d31e46e28aa8188bae035d5e591fba2c37446c1 100644 (file)
--- 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,