oops, old_origin is for trails

This commit is contained in:
Bill Currie 2004-03-15 00:32:49 +00:00
parent 8e9da44d7d
commit e5ccf09aa0

View file

@ -532,6 +532,8 @@ CL_RelinkEntities (void)
continue;
}
VectorCopy (ent->origin, ent->old_origin);
if (state->forcelink) {
// The entity was not updated in the last message so move to the
// final spot
@ -575,8 +577,6 @@ CL_RelinkEntities (void)
}
}
VectorCopy (ent->origin, ent->old_origin);
// rotate binary objects locally
if (ent->model->flags & EF_ROTATE)
ent->angles[1] = bobjrotate;