quantized positions
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.c
index 6ddb4ae836141b30fb5eb825023e42ab7cacc9f6..4bad1deb30cbda0b2db1d8577a744d468467afc4 100644 (file)
@@ -3190,7 +3190,7 @@ static void player__skate_reset( ent_spawn *rp ){
 static void player__skate_animator_exchange( bitpack_ctx *ctx, void *data ){
    struct player_skate_animator *animator = data;
    
-   bitpack_bytes( ctx, sizeof(animator->root_co), animator->root_co );
+   bitpack_qv3f( ctx, 16, -1024.0f, 1024.0f, animator->root_co );
    bitpack_qquat( ctx, animator->root_q );
 
    bitpack_qv3f( ctx, 8, -1.0f, 1.0f, animator->offset );