From 436721468aa9fb342891a29ee817c2d439b3cdf8 Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 20 Oct 2005 20:01:17 +0000 Subject: [PATCH] Small cleanup git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1519 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/protocol.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/engine/common/protocol.h b/engine/common/protocol.h index a4e00c6b3..01b8e1ca9 100644 --- a/engine/common/protocol.h +++ b/engine/common/protocol.h @@ -435,6 +435,7 @@ enum clcq2_ops_e #ifdef PEXT_MODELDBL #define U_MODELDBL (1<<3) //extra bit for modelindexes #endif +#define U_UNUSED1 (1<<4) //FIXME: IMPLEMENT #ifdef PEXT_ENTITYDBL #define U_ENTITYDBL (1<<5) //use an extra qbyte for origin parts, cos one of them is off @@ -447,9 +448,7 @@ enum clcq2_ops_e #define U_DRAWFLAGS (1<<8) //use an extra qbyte for origin parts, cos one of them is off #define U_ABSLIGHT (1<<9) //Force a lightlevel -#ifdef PEXT_BIGORIGINS -#define U_ORIGINDBL (1<<10) //use an extra qbyte for origin parts, cos one of them is off -#endif +#define U_UNUSED2 (1<<10) //use an extra qbyte for origin parts, cos one of them is off #define U_DPFLAGS (1<<11) #define U_TAGINFO (1<<12)