From: havoc Date: Tue, 20 Feb 2007 01:18:22 +0000 (+0000) Subject: changed Q3SURFACEPARM_ANTIPORTAL to be an unsigned constant X-Git-Tag: xonotic-v0.1.0preview~3542 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9eb1850fe09c167099ff6d6e56036232121adada;p=xonotic%2Fdarkplaces.git changed Q3SURFACEPARM_ANTIPORTAL to be an unsigned constant git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6874 d7cf8633-e32d-0410-b094-e92efae38249 --- 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