Update of /cvsroot/netrek/server/Vanilla/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15815/include

Modified Files:
	struct.h 
Log Message:
conquer gloating

Index: struct.h
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/include/struct.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- struct.h	10 Apr 2006 10:56:31 -0000	1.4
+++ struct.h	23 Apr 2006 13:30:40 -0000	1.5
@@ -97,6 +97,7 @@
 #define pre_t_mode ((status->gameup) & GU_PRET)
 #define GU_BOT_IN_GAME 128
 #define bot_in_game ((status->gameup) & GU_BOT_IN_GAME)
+#define GU_GLOAT_CONQUER 256
 
 /* values of p_status */
 #define PFREE 		   0x0000
@@ -177,6 +178,7 @@
     int s_turns;		/* turns till another starbase is legal */
     int s_surrender;		/* minutes until this team surrenders */
     int s_plcount;		/* how many planets this team owns */
+    /* FIXME: global change s_ prefix to te_ prefix */
 };
 
 struct ship {