From 40027e44e5d0f0040238cfc1bd6a8d80c17c54fb Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 18 Dec 2022 13:37:16 +0100 Subject: minor changes --- src/protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocol.c') 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); } -- cgit v1.2.3-70-g09d2