Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Wednesday January 26, 19100 @ 20:26
Author:	xyzzy

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv15706

Modified Files:
	config.h.in 
Log Message:
Lowered MAXPLAYERS to 32 from 36 from 20.  The netrek protocol uses 5bit
player id in a number of places.


****************************************

Index: Vanilla/config.h.in
diff -u Vanilla/config.h.in:1.18 Vanilla/config.h.in:1.19
--- Vanilla/config.h.in:1.18	Thu Dec 30 00:39:56 1999
+++ Vanilla/config.h.in	Wed Jan 26 20:26:12 2000
@@ -71,7 +71,7 @@
 #define NBT
 
 /*	MAXPLAYER		- Maximal number of players + observers 	*/
-#define MAXPLAYER 36
+#define MAXPLAYER 32
 
 /*	CORRUPTED_PACKETS 	- prevents some seg faults but verbose output	*/
 #define CORRUPTED_PACKETS