X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_dead.h;h=e4c177e721c12dc610d83c02ea018df5fea86693;hb=08b11851edbca3f8951b6023554169cc67aa4f22;hp=19d6e5900c3eaa96cd664cf39d0746edce9e6a06;hpb=981f43376c7929866e9294fc35b8bc4cf806eb38;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_dead.h b/player_dead.h index 19d6e59..e4c177e 100644 --- a/player_dead.h +++ b/player_dead.h @@ -24,7 +24,7 @@ static void player__dead_animate (void); static void player__dead_pose (void *animator, player_pose *pose); static void player__dead_post_animate(void); static void player__dead_im_gui (void); -static void player__dead_transition (void); +static void player__dead_transition ( enum player_die_type type ); static void player__dead_animator_exchange( bitpack_ctx *ctx, void *data ); struct player_subsystem_interface static player_subsystem_dead = {