about summary refs log tree commit diff
path: root/src/engine/e_protocol.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-10 10:49:17 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-10 10:49:17 +0000
commit599708824fde388c569b32fb3547a5a1b5731478 (patch)
tree3c74b8335784e1c47e55576e6ac2fc9931ad3a28 /src/engine/e_protocol.h
parentb42eb557946ccfc271a4af0a7787681e2345789c (diff)
downloadzcatch-599708824fde388c569b32fb3547a5a1b5731478.tar.gz
zcatch-599708824fde388c569b32fb3547a5a1b5731478.zip
removed input timing from the snapshot messages and put them in a separate message so we don't loose them if the input were late
Diffstat (limited to 'src/engine/e_protocol.h')
-rw-r--r--src/engine/e_protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_protocol.h b/src/engine/e_protocol.h
index 033db43c..a1feb4cc 100644
--- a/src/engine/e_protocol.h
+++ b/src/engine/e_protocol.h
@@ -39,6 +39,7 @@ enum
 	NETMSG_SNAPEMPTY,		/* empty snapshot */
 	NETMSG_SNAPSINGLE,		/* ? */
 	NETMSG_SNAPSMALL,		/* */
+	NETMSG_INPUTTIMING,		/* reports how off the input was */
 	NETMSG_RCON_AUTH_STATUS,/* result of the authentication */
 	NETMSG_RCON_LINE,		/* line that should be printed to the remote console */