mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 12:40:43 +00:00
Small cleanup
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1519 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
56b85c8271
commit
436721468a
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue