qbsp: fix missing declaration of CONTENTS_CLIP from previous patch
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
e1c52985a2
commit
a5ac09fbd1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue