summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-08-14 16:37:42 +0200
committerPaweł Redman <pawel.redman@gmail.com>2017-08-14 16:37:42 +0200
commitd81ea595c37699807b9456d9b2e3998fa955236c (patch)
tree305a4c1a5050683e26269180a662e09e3a55678f /src/game
parentb0f1fbb585a40e0efc78576ddbc5cd53c9bc221b (diff)
I think I forgot something.
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_active.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c
index 99cf1a8..326129b 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -2127,6 +2127,9 @@ void ClientThink_real( gentity_t *ent )
}
ClientSavePosition( ent, ucmd->serverTime );
+
+ // Received a frame so there's no need to extrapolate this time.
+ ent->client->extrapolate = qfalse;
}
/*