X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=protocol.h;h=c101665d53f93ffb0538ed8a3ac58f0724e36408;hb=51060d945ef856d4f54728526df21c551b8e4dcf;hp=29d2a88a14e9e665b772bb690cd4ade11b78bb20;hpb=fc9f3eecc683677641ba6f44a678ec36e33ee013;p=xonotic%2Fdarkplaces.git diff --git a/protocol.h b/protocol.h index 29d2a88a..c101665d 100644 --- a/protocol.h +++ b/protocol.h @@ -393,6 +393,7 @@ typedef struct entity_state_s unsigned short exteriormodelforclient; // ! not shown if first person viewing from this entity, shown in all other cases unsigned short nodrawtoclient; // ! unsigned short drawonlytoclient; // ! + unsigned short traileffectnum; unsigned short light[4]; // color*256 (0.00 to 255.996), and radius*1 unsigned char active; // true if a valid state unsigned char lightstyle; @@ -746,8 +747,8 @@ void EntityFrame4_CL_ReadFrame(void); // byte type=4 short modelindex byte numbones {short pose6s[6]} // see also RENDER_COMPLEXANIMATION #define E5_COMPLEXANIMATION (1<<25) -// unused -#define E5_UNUSED26 (1<<26) +// ushort traileffectnum +#define E5_TRAILEFFECTNUM (1<<26) // unused #define E5_UNUSED27 (1<<27) // unused