From 9eb1850fe09c167099ff6d6e56036232121adada Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 20 Feb 2007 01:18:22 +0000 Subject: [PATCH] changed Q3SURFACEPARM_ANTIPORTAL to be an unsigned constant git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6874 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_brush.h b/model_brush.h index 6a48ef59..244dfee4 100644 --- a/model_brush.h +++ b/model_brush.h @@ -638,7 +638,7 @@ q3dpvs_t; #define Q3SURFACEPARM_DUST 268435456 #define Q3SURFACEPARM_BOTCLIP 536870912 #define Q3SURFACEPARM_LIGHTGRID 1073741824 -#define Q3SURFACEPARM_ANTIPORTAL 2147483648 +#define Q3SURFACEPARM_ANTIPORTAL 2147483648u // various flags from shaders, used for special effects not otherwise classified #define Q3TEXTUREFLAG_TWOSIDED 1 -- 2.39.2