about summary refs log tree commit diff
path: root/src/engine/protocol.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 18:21:22 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 18:21:22 +0000
commitfbfd169581af5495f72af8693561dd6a221702b8 (patch)
treed29d5537998e84cba7dd1845958e71813fb9fcb0 /src/engine/protocol.h
parent2219b61920d0148e77790eb0294212c058863de9 (diff)
downloadzcatch-fbfd169581af5495f72af8693561dd6a221702b8.tar.gz
zcatch-fbfd169581af5495f72af8693561dd6a221702b8.zip
crash fix that occurs when compressed snapshot spans several packets. crash fix caused but ids running out when chaning maps often
Diffstat (limited to 'src/engine/protocol.h')
-rw-r--r--src/engine/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/protocol.h b/src/engine/protocol.h
index 6cc52726..e85ecf9f 100644
--- a/src/engine/protocol.h
+++ b/src/engine/protocol.h
@@ -36,6 +36,7 @@ enum
 	NETMSG_MAP,
 	NETMSG_SNAP,
 	NETMSG_SNAPEMPTY,
+	NETMSG_SNAPSINGLE,
 	NETMSG_SNAPSMALL,
 	
 	/* sent by client */