network release 9
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.c
index 191c708ad1a160340e3040846a34bcbafc21c0b8..91265ceb3ec1bfbde17725b4eb2c0b607d71ff04 100644 (file)
@@ -3561,6 +3561,7 @@ static void player__skate_animator_exchange( bitpack_ctx *ctx, void *data ){
 
    bitpack_qf32( ctx, 16,  0.0f, 120.0f, &animator->push_time );
    bitpack_qf32( ctx, 16,  0.0f, 120.0f, &animator->jump_time );
+   bitpack_qf32( ctx, 16,  0.0f, 4.0f, &animator->handplant_t );
    bitpack_qv3f( ctx, 16, -100.0f, 100.0f, animator->root_v );
    bitpack_bytes( ctx, 1, &animator->activity );
 }