Update of /cvsroot/netrek/client/cow
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9489
Modified Files:
struct.h
Log Message:
add PLCORE
Index: struct.h
===================================================================
RCS file: /cvsroot/netrek/client/cow/struct.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- struct.h 21 Jun 2002 00:26:03 -0000 1.3
+++ struct.h 16 May 2006 06:20:18 -0000 1.4
@@ -6,6 +6,9 @@
* Most of the unneeded stuff in the structures has been thrown away.
*
* $Log$
+ * Revision 1.4 2006/05/16 06:20:18 quozl
+ * add PLCORE
+ *
* Revision 1.3 2002/06/21 00:26:03 quozl
* fix description of PFOBSERV
*
@@ -390,7 +393,8 @@
#define PLCOUP 0x200 /* Coup has occured */
#define PLCHEAP 0x400 /* Planet was taken from
* undefended team */
-#define PLCLEAR 0x800
+#define PLCORE 0x800
+#define PLCLEAR 0x1000
struct planet
{