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-10-28 11:30:25 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-28 11:30:25 +0000
commita3ce2eb90cd26fe87042344175e5c9669adb7dcd (patch)
treed936a8ffafe366caea08c5bb384794034c590322 /src/engine/protocol.h
parenteba83b7e194cc6b4ba76fd5e048d81279becfc35 (diff)
downloadzcatch-a3ce2eb90cd26fe87042344175e5c9669adb7dcd.tar.gz
zcatch-a3ce2eb90cd26fe87042344175e5c9669adb7dcd.zip
major update. splitted the player information into two diffrent network items
Diffstat (limited to 'src/engine/protocol.h')
-rw-r--r--src/engine/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/protocol.h b/src/engine/protocol.h
index b9aba258..96ad1e6b 100644
--- a/src/engine/protocol.h
+++ b/src/engine/protocol.h
@@ -30,5 +30,5 @@ enum
 	MAX_NAME_LENGTH=32,
 	MAX_CLANNAME_LENGTH=32,
 	MAX_INPUT_SIZE=128,
-	MAX_SNAPSHOT_PACKSIZE=1200
+	MAX_SNAPSHOT_PACKSIZE=900
 };