the spirits shall no longer flee from the bodies of the dead :)

This commit is contained in:
Bill Currie 2000-12-21 05:49:14 +00:00
parent 933f9a1054
commit b52f1baf96
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include "view.h" #include "view.h"
#include "teamplay.h" #include "teamplay.h"
#include "r_dynamic.h" #include "r_dynamic.h"
#include "r_local.h"
#include "cl_cam.h" #include "cl_cam.h"
#include "cl_pred.h" #include "cl_pred.h"
#include "cl_main.h" #include "cl_main.h"
@ -578,6 +579,10 @@ CL_LinkPacketEntities (void)
// set frame // set frame
(*ent)->frame = s1->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 if (model->flags & EF_ROTATE) { // rotate binary objects locally
(*ent)->angles[0] = 0; (*ent)->angles[0] = 0;