about summary refs log tree commit diff
path: root/src/engine/e_if_other.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-23 13:14:04 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-23 13:14:04 +0000
commitb65a2c63aa98d73e2e45b6db747793cfcda6f2c3 (patch)
tree9ea4fe44d5fffb3eb4d825c9f5662ee210067882 /src/engine/e_if_other.h
parent2aca3b874fb69fad8122369d222190c07c0338f1 (diff)
downloadzcatch-b65a2c63aa98d73e2e45b6db747793cfcda6f2c3.tar.gz
zcatch-b65a2c63aa98d73e2e45b6db747793cfcda6f2c3.zip
upped max clients to 16
Diffstat (limited to 'src/engine/e_if_other.h')
-rw-r--r--src/engine/e_if_other.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/e_if_other.h b/src/engine/e_if_other.h
index d2726a7b..8fc28c54 100644
--- a/src/engine/e_if_other.h
+++ b/src/engine/e_if_other.h
@@ -12,7 +12,7 @@
 enum 
 {
 	SERVER_TICK_SPEED=50,
-	MAX_CLIENTS=12,
+	MAX_CLIENTS=16,
 	
 	SNAP_CURRENT=0,
 	SNAP_PREV=1,