From: havoc Date: Mon, 5 Feb 2007 08:39:49 +0000 (+0000) Subject: removed an unneeded cl.movement_replay = true; line X-Git-Tag: xonotic-v0.1.0preview~3623 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=f281868dc75af05867aa697306d85a9b6cc07439;p=xonotic%2Fdarkplaces.git removed an unneeded cl.movement_replay = true; line git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6790 d7cf8633-e32d-0410-b094-e92efae38249 --- 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]);