]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
removed an unneeded cl.movement_replay = true; line
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Feb 2007 08:39:49 +0000 (08:39 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Feb 2007 08:39:49 +0000 (08:39 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6790 d7cf8633-e32d-0410-b094-e92efae38249

protocol.c

index f3882c4f275fa30898ea3a9240bf11c379c70680..40f79fb9c03d404704524ddbe5de836d89c62c16 100644 (file)
@@ -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]);