]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
implemented DP_ENT_TRAILEFFECTNUM extension, which allows
[xonotic/darkplaces.git] / sv_main.c
index 7a1bf0229cc81d0cd13568a5cc3567b7ec3fa6b6..75255fedd2a9063e15147dee38c912cdefa35d0a 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -1240,6 +1240,7 @@ static qboolean SV_PrepareEntityForSending (prvm_edict_t *ent, entity_state_t *c
        cs->tagentity = PRVM_serveredictedict(ent, tag_entity);
        cs->tagindex = (unsigned char)PRVM_serveredictfloat(ent, tag_index);
        cs->glowsize = glowsize;
+       cs->traileffectnum = PRVM_serveredictfloat(ent, traileffectnum);
 
        // don't need to init cs->colormod because the defaultstate did that for us
        //cs->colormod[0] = cs->colormod[1] = cs->colormod[2] = 32;