X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=protocol.h;fp=protocol.h;h=c101e05f17e8d9467fcaeb4f3de8df17d72a8516;hp=98cd54e8be0a432cce8fa955ac0f9b0ee045b5f7;hb=e7222a7d7b424087ddd359ded4554735f8da19fb;hpb=b4617522b3a3401b30e9c95b125a706d0a8113c0 diff --git a/protocol.h b/protocol.h index 98cd54e8..c101e05f 100644 --- a/protocol.h +++ b/protocol.h @@ -62,7 +62,7 @@ void Protocol_Names(char *buffer, size_t buffersize); #define EF_UNUSED18 262144 #define EF_UNUSED19 524288 #define EF_UNUSED20 1048576 -#define EF_TELEPORT_BIT 2197152 // div0: teleport bit (toggled when teleporting, prevents lerping when the bit has changed) +#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) #define EF_ROCKET 16777216 // leave a trail