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

CVS update: Vanilla/ntserv



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

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

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


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

Index: Vanilla/ntserv/defs.h
diff -u Vanilla/ntserv/defs.h:1.13 Vanilla/ntserv/defs.h:1.14
--- Vanilla/ntserv/defs.h:1.13	Thu Jan  6 14:45:25 2000
+++ Vanilla/ntserv/defs.h	Wed Jan 26 20:26:12 2000
@@ -1,4 +1,4 @@
-/* $Id: defs.h,v 1.13 2000/01/06 20:45:25 unbelver Exp $
+/* $Id: defs.h,v 1.14 2000/01/27 02:26:12 xyzzy Exp $
  */
 
 #ifndef _h_defs
@@ -58,7 +58,7 @@
 
 #define CVOID 		struct player_spacket *
 
-#define MAXPLAYER 36
+#define MAXPLAYER 32
 
 #ifdef VOTING
 #define PV_TOTAL        MAXPLAYER   /* total number of votable slots */