walk exchange
[carveJwlIkooP6JGAAIwe30JlM.git] / player_walk.c
index ec025a17630e4e52bf2cb77d7982802ed4abdfd1..0692bdc404a78d127fa1b6be315792ddc1ed2f39 100644 (file)
@@ -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 */