X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=protocol.h;h=1335a3a1d5c4de393a2ae935975765fb8312b667;hb=fda81eb8eb6440b8bef219f615ea25a6073c0ba2;hp=21c856611780791e008e3819e040cd88b999626a;hpb=28450d0ddd2790b82c48a07239fd3cddbef4d63c;p=xonotic%2Fdarkplaces.git diff --git a/protocol.h b/protocol.h index 21c85661..1335a3a1 100644 --- a/protocol.h +++ b/protocol.h @@ -61,7 +61,7 @@ void Protocol_Names(char *buffer, size_t buffersize); #define EF_UNUSED17 131072 #define EF_UNUSED18 262144 #define EF_UNUSED19 524288 -#define EF_UNUSED20 1048576 +#define EF_RESTARTANIM_BIT 1048576 // div0: restart animation bit (like teleport bit, but lerps between end and start of the anim, and doesn't stop player lerping) #define EF_TELEPORT_BIT 2097152 // div0: teleport bit (toggled when teleporting, prevents lerping when the bit has changed) #define EF_LOWPRECISION 4194304 // LordHavoc: entity is low precision (integer coordinates) to save network bandwidth (serverside only) #define EF_NOMODELFLAGS 8388608 // indicates the model's .effects should be ignored (allows overriding them)