From: havoc Date: Wed, 23 May 2007 22:24:53 +0000 (+0000) Subject: forgot to commit this change X-Git-Tag: xonotic-v0.1.0preview~3104 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ef61c9d9bc50394e98d79c6a9ff654870b047708;p=xonotic%2Fdarkplaces.git forgot to commit this change git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7355 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/protocol.h b/protocol.h index 77d38542..17a6c45a 100644 --- a/protocol.h +++ b/protocol.h @@ -64,7 +64,7 @@ void Protocol_Names(char *buffer, size_t buffersize); #define EF_UNUSED20 1048576 #define EF_UNUSED21 2197152 #define EF_LOWPRECISION 4194304 // LordHavoc: entity is low precision (integer coordinates) to save network bandwidth (serverside only) -#define EF_OVERRIDEMODELFLAGS 8388608 // indicates the model's .effects should be ignored (allows overriding them) +#define EF_NOMODELFLAGS 8388608 // indicates the model's .effects should be ignored (allows overriding them) #define EF_ROCKET 16777216 // leave a trail #define EF_GRENADE 33554432 // leave a trail #define EF_GIB 67108864 // leave a trail