From a5ac09fbd113ce098ad40211754ef8e08b292fa2 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Wed, 20 Feb 2013 16:22:22 +1030 Subject: [PATCH] qbsp: fix missing declaration of CONTENTS_CLIP from previous patch Signed-off-by: Kevin Shanahan --- qbsp/qbsp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qbsp/qbsp.h b/qbsp/qbsp.h index 627b0b05..482bcab5 100644 --- a/qbsp/qbsp.h +++ b/qbsp/qbsp.h @@ -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