X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=inline;f=protocol.h;h=0d1f87d82fb8c96a7047102cefcd0dda0a20a18f;hb=6631251252a526c873d18d381d26a47bafe5ab51;hp=717d9916de37b8721003c865af201db0c19d9195;hpb=5fc362d5d72a0aecbd5a64520b105650f8f2d794;p=xonotic%2Fdarkplaces.git diff --git a/protocol.h b/protocol.h index 717d9916..0d1f87d8 100644 --- a/protocol.h +++ b/protocol.h @@ -61,6 +61,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define EF_STEP 0x80000000 // internal client use only - present on MOVETYPE_STEP entities, not QC accessible (too many bits) +// flags for the pflags field of entities +#define PFLAGS_NOSHADOW 1 +#define PFLAGS_CORONA 2 +#define PFLAGS_FULLDYNAMIC 128 // must be set or the light fields are ignored + // if the high bit of the servercmd is set, the low bits are fast update flags: #define U_MOREBITS (1<<0) #define U_ORIGIN1 (1<<1)