summaryrefslogtreecommitdiff
path: root/src/game/g_active.c
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-08-14 16:28:37 +0200
committerPaweł Redman <pawel.redman@gmail.com>2017-08-14 16:28:37 +0200
commit5c5bfbdb941aa00fb1c9ec0b751943678924fbea (patch)
tree62539ec31deceb4a442991adbd39758e7ea8b6bf /src/game/g_active.c
parent833daccc39c457664563f86604508eb4dd9ba003 (diff)
For fuck's sake.
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r--src/game/g_active.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c
index 0f9aaad..d1c9745 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -1641,7 +1641,7 @@ static void ClientExtrapolate(gentity_t *ent)
else
time_since = level.time - pos2->time;
- VectorMA(pos1->origin, time_since, dxdt, ent->s.pos.trBase);
+ VectorMA(pos2->origin, time_since, dxdt, ent->s.pos.trBase);
if (g_debugExtrapolation.integer) {
Com_Printf("Extrapolated player %i:\n", (int)(ent - g_entities));