mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
this /should/ fix the dancing corpses
This commit is contained in:
parent
008d80df67
commit
a890be806c
1 changed files with 1 additions and 0 deletions
|
@ -546,6 +546,7 @@ CL_RelinkEntities (void)
|
||||||
// last message so move to the final spot
|
// last message so move to the final spot
|
||||||
VectorCopy (ent->msg_origins[0], ent->origin);
|
VectorCopy (ent->msg_origins[0], ent->origin);
|
||||||
VectorCopy (ent->msg_angles[0], ent->angles);
|
VectorCopy (ent->msg_angles[0], ent->angles);
|
||||||
|
ent->pose1 = ent->pose2 = -1;
|
||||||
} else { // if the delta is large, assume a
|
} else { // if the delta is large, assume a
|
||||||
// teleport and don't lerp
|
// teleport and don't lerp
|
||||||
f = frac;
|
f = frac;
|
||||||
|
|
Loading…
Reference in a new issue