X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_skate.c;h=6ddb4ae836141b30fb5eb825023e42ab7cacc9f6;hb=c1e54530e1b29e131aad80e242faaf0c0cfee0b0;hp=7acc9f5ff0292652a4caa0ce6e7afbbc5b5b89db;hpb=5388f705086600105358d9880e8895673ac0e247;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_skate.c b/player_skate.c index 7acc9f5..6ddb4ae 100644 --- a/player_skate.c +++ b/player_skate.c @@ -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 */