Date: Thursday May 10, 2001 @ 18:19 Author: cameron Update of /home/netrek/cvsroot/Vanilla/include In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv8865/include Modified Files: struct.h Log Message: Trent Piepho's observer status patch as per vanilla-list. **************************************** Index: Vanilla/include/struct.h diff -u Vanilla/include/struct.h:1.1 Vanilla/include/struct.h:1.2 --- Vanilla/include/struct.h:1.1 Tue May 1 21:00:19 2001 +++ Vanilla/include/struct.h Thu May 10 18:19:46 2001 @@ -95,8 +95,10 @@ #define PALIVE 0x0002 #define PEXPLODE 0x0003 #define PDEAD 0x0004 +/* Status value for paradise's t-mode queue feature +#define PTQUEUE 0x0005 */ #ifdef OBSERVERS -#define POBSERV 0x005 /* not really dead, but observer. */ +#define POBSERV 0x0006 /* not really dead, but observer. */ #endif #define PFSHIELD 0x0001