qbsp: fix missing declaration of CONTENTS_CLIP from previous patch

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-02-20 16:22:22 +10:30
parent e1c52985a2
commit a5ac09fbd1
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
#define CONTENTS_SLIME -4
#define CONTENTS_LAVA -5
#define CONTENTS_SKY -6
#define CONTENTS_CLIP -7 /* compiler internal use only */
// flag for textures, sky or slime, no lightmap or 256 subdivision
#define TEX_SPECIAL 1