mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
oops, old_origin is for trails
This commit is contained in:
parent
8e9da44d7d
commit
e5ccf09aa0
1 changed files with 2 additions and 2 deletions
|
@ -532,6 +532,8 @@ CL_RelinkEntities (void)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VectorCopy (ent->origin, ent->old_origin);
|
||||||
|
|
||||||
if (state->forcelink) {
|
if (state->forcelink) {
|
||||||
// The entity was not updated in the last message so move to the
|
// The entity was not updated in the last message so move to the
|
||||||
// final spot
|
// final spot
|
||||||
|
@ -575,8 +577,6 @@ CL_RelinkEntities (void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
VectorCopy (ent->origin, ent->old_origin);
|
|
||||||
|
|
||||||
// rotate binary objects locally
|
// rotate binary objects locally
|
||||||
if (ent->model->flags & EF_ROTATE)
|
if (ent->model->flags & EF_ROTATE)
|
||||||
ent->angles[1] = bobjrotate;
|
ent->angles[1] = bobjrotate;
|
||||||
|
|
Loading…
Reference in a new issue