]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.c
added GAME_DARSANA and GAME_CONTAGIONTHEORY
[xonotic/darkplaces.git] / protocol.c
index 40f79fb9c03d404704524ddbe5de836d89c62c16..f3882c4f275fa30898ea3a9240bf11c379c70680 100644 (file)
@@ -2470,6 +2470,9 @@ 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]);