diff --git a/nq/source/cl_main.c b/nq/source/cl_main.c index d49bfbb38..9b0403b9b 100644 --- a/nq/source/cl_main.c +++ b/nq/source/cl_main.c @@ -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;