From 294cbe18c17cd20f70f965e7f89a3250ef39b990 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 10 Feb 2008 15:32:30 +0000 Subject: done some more latency work. added the extra message for projectiles to reduce latency --- src/engine/e_protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/e_protocol.h') diff --git a/src/engine/e_protocol.h b/src/engine/e_protocol.h index 0e8a63f4..65d76350 100644 --- a/src/engine/e_protocol.h +++ b/src/engine/e_protocol.h @@ -46,6 +46,8 @@ enum NETMSG_CMD, /* sent by both */ + NETMSG_PING, + NETMSG_PING_REPLY, NETMSG_ERROR }; -- cgit 1.4.1