Date:	Wednesday October 10, 2001 @ 2:36
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/include
In directory swashbuckler:/var/tmp/cvs-serv31961/include

Modified Files:
	struct.h 
Log Message:
PROJECTS update. release procedure update, struct.h documentation, remove
ipc.h from some source files, fix some perror calls, fix xsg/redraw time.h


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

Index: Vanilla/include/struct.h
diff -u Vanilla/include/struct.h:1.2 Vanilla/include/struct.h:1.3
--- Vanilla/include/struct.h:1.2	Thu May 10 18:19:46 2001
+++ Vanilla/include/struct.h	Wed Oct 10 02:36:52 2001
@@ -89,7 +89,7 @@
 #define GU_INROBOT 16			/* INL robot is present	*/
 #define GU_NEWBIE 32
 
-/* changed these so we can use and and or functions on them in future */
+/* values of p_status */
 #define PFREE 		   0x0000
 #define POUTFIT 	   0x0001
 #define PALIVE 		   0x0002
@@ -100,7 +100,8 @@
 #ifdef OBSERVERS
 #define POBSERV		   0x0006           /* not really dead, but observer. */
 #endif
- 
+
+/* bit masks of p_flags */
 #define PFSHIELD	   0x0001
 #define PFREPAIR	   0x0002
 #define PFBOMB		   0x0004
@@ -137,8 +138,8 @@
 #if defined(BASEPRACTICE) || defined(NEWBIESERVER)
 #define PFBPROBOT      0x80000000
 #endif
-
 
+/* values of p_whydead */
 #define KLOGIN		0x00		/* initial state */
 #define KQUIT		0x01		/* Player quit */
 #define KTORP		0x02		/* killed by torp */