From 01485e57cf2f7bc57c9d3cd4a52a3645eed8b729 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 18 Dec 2008 04:35:42 +0000 Subject: [PATCH] forgot to commit this file in the DP_EF_NOSELFSHADOW extension patch git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8599 d7cf8633-e32d-0410-b094-e92efae38249 --- protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.h b/protocol.h index ec4a291a..2729eb57 100644 --- a/protocol.h +++ b/protocol.h @@ -57,7 +57,7 @@ void Protocol_Names(char *buffer, size_t buffersize); #define EF_NODEPTHTEST 8192 // LordHavoc: shows through walls #define EF_SELECTABLE 16384 // LordHavoc: highlights when PRYDON_CLIENTCURSOR mouse is over it #define EF_DOUBLESIDED 32768 //[515]: disable cull face for this entity -#define EF_UNUSED16 65536 +#define EF_NOSELFSHADOW 65536 // LordHavoc: does not cast a shadow on itself (or any other EF_NOSELFSHADOW entities) #define EF_UNUSED17 131072 #define EF_UNUSED18 262144 #define EF_UNUSED19 524288 -- 2.39.2