about summary refs log tree commit diff
path: root/src/engine/shared/protocol.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-15 09:58:57 +0100
committeroy <Tom_Adams@web.de>2011-03-15 09:58:57 +0100
commit27e5a6af0d09192e1a865332f35bde4a0ac180dd (patch)
tree65027504bc580101b39605714cc801dcb5b8e000 /src/engine/shared/protocol.h
parent7b91ebd01cc0a0f466518144e82778fe95d3aed8 (diff)
downloadzcatch-27e5a6af0d09192e1a865332f35bde4a0ac180dd.tar.gz
zcatch-27e5a6af0d09192e1a865332f35bde4a0ac180dd.zip
made clients sending startinfo a requirement to prevent empty player infos
Diffstat (limited to 'src/engine/shared/protocol.h')
-rw-r--r--src/engine/shared/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/shared/protocol.h b/src/engine/shared/protocol.h
index b714b328..296294d9 100644
--- a/src/engine/shared/protocol.h
+++ b/src/engine/shared/protocol.h
@@ -39,6 +39,7 @@ enum
 	// sent by server
 	NETMSG_MAP_CHANGE,		// sent when client should switch map
 	NETMSG_MAP_DATA,		// map transfer, contains a chunk of the map file
+	NETMSG_CON_READY,		// connection is ready, client should send start info
 	NETMSG_SNAP,			// normal snapshot, multiple parts
 	NETMSG_SNAPEMPTY,		// empty snapshot
 	NETMSG_SNAPSINGLE,		// ?