about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-09 13:36:54 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-09 13:36:54 +0000
commit633612409700d56ac98c2a9448e79bf6701b508f (patch)
treef704c0549f26a05cd74de4a570d0a5a7e43265ea /src/engine/interface.h
parent6abf334cedc8acc433ea291fd4104a219340c422 (diff)
downloadzcatch-633612409700d56ac98c2a9448e79bf6701b508f.tar.gz
zcatch-633612409700d56ac98c2a9448e79bf6701b508f.zip
generall update with alot off small stuff
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index cb975fed..684e7987 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -14,7 +14,7 @@ extern "C" {
 
 enum 
 {
-	MAX_CLIENTS=16,
+	MAX_CLIENTS=12,
 	SERVER_TICK_SPEED=50, /* TODO: this should be removed */
 	SNAP_CURRENT=0,
 	SNAP_PREV=1,