From 27e5a6af0d09192e1a865332f35bde4a0ac180dd Mon Sep 17 00:00:00 2001 From: oy Date: Tue, 15 Mar 2011 09:58:57 +0100 Subject: made clients sending startinfo a requirement to prevent empty player infos --- src/engine/shared/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/shared') 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, // ? -- cgit 1.4.1