From ef61c9d9bc50394e98d79c6a9ff654870b047708 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 23 May 2007 22:24:53 +0000 Subject: [PATCH] forgot to commit this change git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7355 d7cf8633-e32d-0410-b094-e92efae38249 --- protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2