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-09-23 18:27:04 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-09-23 18:27:04 +0000
commitebbe51718e6b3ed81ee0932641e0bc4ddb805fcc (patch)
tree4eca71f96840157c674558ad3f6a24e6118445ca /src/engine/protocol.h
parent1004b466c33199b4c6903bbc676b06b8a34a81d9 (diff)
downloadzcatch-ebbe51718e6b3ed81ee0932641e0bc4ddb805fcc.tar.gz
zcatch-ebbe51718e6b3ed81ee0932641e0bc4ddb805fcc.zip
loads of changes. better prediction. line drawing. some nice graphs :)
Diffstat (limited to 'src/engine/protocol.h')
-rw-r--r--src/engine/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/protocol.h b/src/engine/protocol.h
index 81c0480c..1a41d66a 100644
--- a/src/engine/protocol.h
+++ b/src/engine/protocol.h
@@ -17,7 +17,6 @@ enum
 	/* sent by client */
 	NETMSG_ENTERGAME,
 	NETMSG_INPUT,
-	NETMSG_SNAPACK,
 	
 	/* sent by both */
 	NETMSG_ERROR,