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

CVS update: Vanilla/ntserv



Date:	Monday February 28, 19100 @ 0:48
Author:	cameron

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

Modified Files:
	defs.h 
Log Message:
goofed.  carlos spotted it.

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

Index: Vanilla/ntserv/defs.h
diff -u Vanilla/ntserv/defs.h:1.15 Vanilla/ntserv/defs.h:1.16
--- Vanilla/ntserv/defs.h:1.15	Fri Feb 25 19:37:38 2000
+++ Vanilla/ntserv/defs.h	Mon Feb 28 00:48:15 2000
@@ -1,4 +1,4 @@
-/* $Id: defs.h,v 1.15 2000/02/26 01:37:38 cameron Exp $
+/* $Id: defs.h,v 1.16 2000/02/28 06:48:15 cameron Exp $
  */
 
 #ifndef _h_defs
@@ -73,9 +73,9 @@
 #define MAXTORP 8
 #define MAXPLASMA 1
 #ifdef INL
-#define PKEY 128
-#else
 #define PKEY 129
+#else
+#define PKEY 128
 #endif
 #define WINSIDE 500     /* Size of strategic and tactical windows */
 #define BORDER 4        /* border width for option windows */