X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=player_walk.c;h=0692bdc404a78d127fa1b6be315792ddc1ed2f39;hb=c1e54530e1b29e131aad80e242faaf0c0cfee0b0;hp=ec025a17630e4e52bf2cb77d7982802ed4abdfd1;hpb=074fa69f479724f9800849430bad5caf730b01ef;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_walk.c b/player_walk.c index ec025a1..0692bdc 100644 --- a/player_walk.c +++ b/player_walk.c @@ -962,4 +962,8 @@ static void player__walk_reset( ent_spawn *rp ){ w->state.outro_start_time = 0.0; } +static void player__walk_animator_exchange( bitpack_ctx *ctx, void *data ){ + struct player_walk_animator *animator = data; + bitpack_bytes( ctx, sizeof(*animator), animator ); +} #endif /* PLAYER_DEVICE_WALK_H */