Date: Wednesday November 8, 2000 @ 22:54 Author: jeffno Update of /home/netrek/cvsroot/Vanilla/ntserv In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv9259 Modified Files: struct.h Log Message: GU_NEWBIE is used elsewhere without checking to see if it is defined. Make life easier and always have it defined. **************************************** Index: Vanilla/ntserv/struct.h diff -u Vanilla/ntserv/struct.h:1.12 Vanilla/ntserv/struct.h:1.13 --- Vanilla/ntserv/struct.h:1.12 Thu Jul 6 09:50:55 2000 +++ Vanilla/ntserv/struct.h Wed Nov 8 22:54:39 2000 @@ -87,9 +87,7 @@ #define GU_PAUSED 8 #define ispaused ((status->gameup) & GU_PAUSED) #define GU_INROBOT 16 /* INL robot is present */ -#ifdef NEWBIESERVER #define GU_NEWBIE 32 -#endif /* changed these so we can use and and or functions on them in future */ #define PFREE 0x0000