X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_drive.h;h=0dd135c14e9048a959fbec20ee477cb8419e1be5;hb=fbc68c65e01838feb77f47b30994b45fcc39ebaf;hp=46eedba48860cf2eaa584e85aeb12bf8749df216;hpb=46f4e9ee87dc67402166e4c6b05efbe922cd7574;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_drive.h b/player_drive.h index 46eedba..0dd135c 100644 --- a/player_drive.h +++ b/player_drive.h @@ -19,7 +19,6 @@ static void player__drive_pose( void *animator, player_pose *pose ); static void player__drive_post_animate(void); static void player__drive_im_gui(void); static void player__drive_bind(void); -static void player__drive_reset( ent_spawn *rp ); struct player_subsystem_interface static player_subsystem_drive = { .pre_update = player__drive_pre_update, @@ -30,7 +29,6 @@ struct player_subsystem_interface static player_subsystem_drive = { .post_animate = player__drive_post_animate, .im_gui = player__drive_im_gui, .bind = player__drive_bind, - .reset = player__drive_reset, .animator_data = NULL, .animator_size = 0,