From f281868dc75af05867aa697306d85a9b6cc07439 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 5 Feb 2007 08:39:49 +0000 Subject: [PATCH] removed an unneeded cl.movement_replay = true; line git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6790 d7cf8633-e32d-0410-b094-e92efae38249 --- protocol.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/protocol.c b/protocol.c index f3882c4f..40f79fb9 100644 --- a/protocol.c +++ b/protocol.c @@ -2470,9 +2470,6 @@ void EntityStateQW_ReadPlayerUpdate(void) // if this is an update on our player, update interpolation state if (enumber == cl.playerentity) { - // force a recalculation of the player prediction - cl.movement_replay = true; - VectorCopy (cl.mpunchangle[0], cl.mpunchangle[1]); VectorCopy (cl.mpunchvector[0], cl.mpunchvector[1]); VectorCopy (cl.mvelocity[0], cl.mvelocity[1]); -- 2.39.2