walk exchange
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.c
index 7acc9f5ff0292652a4caa0ce6e7afbbc5b5b89db..6ddb4ae836141b30fb5eb825023e42ab7cacc9f6 100644 (file)
@@ -3192,6 +3192,7 @@ static void player__skate_animator_exchange( bitpack_ctx *ctx, void *data ){
    
    bitpack_bytes( ctx, sizeof(animator->root_co), animator->root_co );
    bitpack_qquat( ctx, animator->root_q );
+
    bitpack_qv3f( ctx, 8, -1.0f, 1.0f, animator->offset );
    bitpack_qv3f( ctx, 8, -1.0f, 1.0f, animator->local_cog );
    bitpack_qf32( ctx, 8,  0.0f, 1.0f, &animator->slide );
@@ -3232,6 +3233,7 @@ static void player__skate_animator_exchange( bitpack_ctx *ctx, void *data ){
    bitpack_qv2f( ctx, 8, -1.0f, 1.0f, animator->grab );
 
    bitpack_qf32( ctx, 16,  0.0f, 120.0f, &animator->push_time );
+   bitpack_qf32( ctx, 16,  0.0f, 120.0f, &animator->jump_time );
 }
 
 #endif /* PLAYER_SKATE_C */