From b52f1baf96a38d8124d3023aed8e9e8b3b6846e1 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 21 Dec 2000 05:49:14 +0000 Subject: [PATCH] the spirits shall no longer flee from the bodies of the dead :) --- source/cl_ents.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/cl_ents.c b/source/cl_ents.c index fa8937d..271454f 100644 --- a/source/cl_ents.c +++ b/source/cl_ents.c @@ -46,6 +46,7 @@ #include "view.h" #include "teamplay.h" #include "r_dynamic.h" +#include "r_local.h" #include "cl_cam.h" #include "cl_pred.h" #include "cl_main.h" @@ -578,6 +579,10 @@ CL_LinkPacketEntities (void) // set frame (*ent)->frame = s1->frame; + if ((*ent)->visframe != r_framecount - 1) { + (*ent)->pose1 = (*ent)->pose2 = -1; + } + (*ent)->visframe = r_framecount; if (model->flags & EF_ROTATE) { // rotate binary objects locally (*ent)->angles[0] = 0;