test walk comp 1
authorhgn <hgodden00@gmail.com>
Wed, 4 Oct 2023 04:38:44 +0000 (05:38 +0100)
committerhgn <hgodden00@gmail.com>
Wed, 4 Oct 2023 04:38:44 +0000 (05:38 +0100)
player_walk.c

index 0692bdc404a78d127fa1b6be315792ddc1ed2f39..ca264f33160051159fc5846181b2ffda4e1fc6a3 100644 (file)
@@ -964,6 +964,8 @@ 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_bytes( ctx, sizeof(*animator), animator );
+   //bitpack_bytes( ctx, sizeof(*animator), animator );
+   bitpack_bytes( ctx, sizeof(animator->root_co), animator->root_co );
+   bitpack_qquat( ctx, animator->root_q );
 }
 #endif /* PLAYER_DEVICE_WALK_H */