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

CVS update: Vanilla/ntserv



Date:	Wednesday December 29, 1999 @ 18:07
Author:	unbelver

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

Modified Files:
	defs.h 
Log Message:

Keeping MAXPLAYER consistent with what's in config.h for now.  Correct
fix is to get rid of one of them.

--Carlos V.



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

Index: Vanilla/ntserv/defs.h
diff -u Vanilla/ntserv/defs.h:1.9 Vanilla/ntserv/defs.h:1.10
--- Vanilla/ntserv/defs.h:1.9	Sun Jul 11 22:25:31 1999
+++ Vanilla/ntserv/defs.h	Wed Dec 29 18:07:20 1999
@@ -1,4 +1,4 @@
-/* $Id: defs.h,v 1.9 1999/07/12 03:25:31 cameron Exp $
+/* $Id: defs.h,v 1.10 1999/12/30 00:07:20 unbelver Exp $
  */
 
 #ifndef _h_defs
@@ -63,7 +63,7 @@
 
 #define CVOID 		struct player_spacket *
 
-#define MAXPLAYER 20
+#define MAXPLAYER 36
 #define TESTERS 4	/* Priveledged slots for robots and game 'testers' */
 #define MAXQUEUE 8	/* Number of different  waitqueues */
 #define MAXWAITING 32   /* Number of total people waiting */