From: havoc Date: Thu, 5 Apr 2007 05:09:59 +0000 (+0000) Subject: fix bug with players not moving during the input timeout after prediction is intentio... X-Git-Tag: xonotic-v0.1.0preview~3371 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1841b9555cd4e60e69f1918f31664ea63341e414;p=xonotic%2Fdarkplaces.git fix bug with players not moving during the input timeout after prediction is intentionally disabled git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7048 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_user.c b/sv_user.c index eda1dbc3..b57ccbaa 100644 --- a/sv_user.c +++ b/sv_user.c @@ -643,6 +643,8 @@ void SV_ExecuteClientMoves(void) // now copy the new move host_client->cmd = sv_readmoves[sv_numreadmoves-1]; host_client->movesequence = 0; + // make sure that normal physics takes over immediately + host_client->clmovement_skipphysicsframes = 0; } // calculate average ping time