]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
forgot to commit this change
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 May 2007 22:24:53 +0000 (22:24 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 May 2007 22:24:53 +0000 (22:24 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7355 d7cf8633-e32d-0410-b094-e92efae38249

protocol.h

index 77d38542b7f606edb45b4e44ad04d5ebedb22146..17a6c45a2ac587c8672e79aa3405b682de023333 100644 (file)
@@ -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