projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e5453
)
test walk comp 1
author
hgn
<hgodden00@gmail.com>
Wed, 4 Oct 2023 04:38:44 +0000
(
05:38
+0100)
committer
hgn
<hgodden00@gmail.com>
Wed, 4 Oct 2023 04:38:44 +0000
(
05:38
+0100)
player_walk.c
patch
|
blob
|
history
diff --git
a/player_walk.c
b/player_walk.c
index 0692bdc404a78d127fa1b6be315792ddc1ed2f39..ca264f33160051159fc5846181b2ffda4e1fc6a3 100644
(file)
--- a/
player_walk.c
+++ b/
player_walk.c
@@
-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 */