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

can't increase maxplayers



This change to the server breaks the paradise and BRMH clients.  Cow 3 seems
to work ok, I didn't test any others.  Maybe not such a good idea.

revision 1.10
date: 1999/12/30 00:07:20;  author: unbelver;  state: Exp;  lines: +2 -2

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

--Carlos V.

RCS file: /home/netrek/cvsroot/Vanilla/ntserv/defs.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- defs.h      1999/07/12 03:25:31     1.9
+++ defs.h      1999/12/30 00:07:20     1.10
@@ -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 */