summaryrefslogtreecommitdiff
path: root/src/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol.c')
-rw-r--r--src/protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.c b/src/protocol.c
index 628dc6f..56d8c6c 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -56,6 +56,7 @@ network_message create_protocol_user_moved(protocol_move_type move, u32 id)
buf->type = MESSAGE_USER_MOVED;
buf->move = move;
buf->id = id;
+ buf->delta = update_delta;
return network_create_message(network_buffer, sizeof(protocol_move), MAX_NETWORK_BUFFER_SIZE);
}