From: Rudolf Polzer Date: Tue, 20 Dec 2011 20:07:13 +0000 (+0100) Subject: add a +1 because we can X-Git-Tag: xonotic-v0.6.0~74^2~92 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=561c134e24cc3c512a5b3cb9cc2278d707a386b5;p=xonotic%2Fxonotic-data.pk3dir.git add a +1 because we can --- diff --git a/qcsrc/csqcmodel/cl_player.qc b/qcsrc/csqcmodel/cl_player.qc index c2e366c9d..e9db6d7b2 100644 --- a/qcsrc/csqcmodel/cl_player.qc +++ b/qcsrc/csqcmodel/cl_player.qc @@ -208,7 +208,7 @@ void CSQCPlayer_SetCamera() CSQCPlayer_SavePrediction(); } - CSQCPlayer_PredictTo(clientcommandframe); + CSQCPlayer_PredictTo(clientcommandframe + 1); CSQCPlayer_SetMinsMaxs(); }