about summary refs log tree commit diff
path: root/src/engine/e_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_protocol.h')
-rw-r--r--src/engine/e_protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/e_protocol.h b/src/engine/e_protocol.h
index 65d76350..a0213483 100644
--- a/src/engine/e_protocol.h
+++ b/src/engine/e_protocol.h
@@ -34,6 +34,7 @@ enum
 	
 	/* sent by server */
 	NETMSG_MAP,
+	NETMSG_MAP_DATA,
 	NETMSG_SNAP,
 	NETMSG_SNAPEMPTY,
 	NETMSG_SNAPSINGLE,
@@ -44,6 +45,7 @@ enum
 	NETMSG_ENTERGAME,
 	NETMSG_INPUT,
 	NETMSG_CMD,
+	NETMSG_REQUEST_MAP_DATA,
 	
 	/* sent by both */
 	NETMSG_PING,