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

CVS update: Vanilla/ntserv



Date:	Friday February 25, 19100 @ 19:37
Author:	cameron

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

Modified Files:
	defs.h 
Log Message:
PKEY for INL server different

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

Index: Vanilla/ntserv/defs.h
diff -u Vanilla/ntserv/defs.h:1.14 Vanilla/ntserv/defs.h:1.15
--- Vanilla/ntserv/defs.h:1.14	Wed Jan 26 20:26:12 2000
+++ Vanilla/ntserv/defs.h	Fri Feb 25 19:37:38 2000
@@ -1,4 +1,4 @@
-/* $Id: defs.h,v 1.14 2000/01/27 02:26:12 xyzzy Exp $
+/* $Id: defs.h,v 1.15 2000/02/26 01:37:38 cameron Exp $
  */
 
 #ifndef _h_defs
@@ -72,7 +72,11 @@
 #define MAXPLANETS 40
 #define MAXTORP 8
 #define MAXPLASMA 1
+#ifdef INL
 #define PKEY 128
+#else
+#define PKEY 129
+#endif
 #define WINSIDE 500     /* Size of strategic and tactical windows */
 #define BORDER 4        /* border width for option windows */
 #define PSEUDOSIZE 16