network oneshots
[carveJwlIkooP6JGAAIwe30JlM.git] / player_walk.c
index 4619c2e995f2b6334ece0fb97e411a5bf955ce9c..8b493a8e49a7c1856ab7cfeb94f824e6e19b3c47 100644 (file)
@@ -965,7 +965,7 @@ static void player__walk_reset( ent_spawn *rp ){
 static void player__walk_animator_exchange( bitpack_ctx *ctx, void *data ){
    struct player_walk_animator *animator = data;
 
-   bitpack_qv3f( ctx, 16, -1024.0f, 1024.0f, animator->root_co );
+   bitpack_qv3f( ctx, 24, -1024.0f, 1024.0f, animator->root_co );
    bitpack_qquat( ctx, animator->root_q );
    bitpack_qf32( ctx, 8, 0.0f, 1.0f, &animator->fly );
    bitpack_qf32( ctx, 8, 0.0f, 1.0f, &animator->run );