X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=sv_user.c;h=96ed45f75318e0fa0c000a1b93ada61c02032d42;hb=26732adaa8ff2bdf233717a8f0c6ea64023c3da8;hp=a3c73b429bef9c7f3f4092a74e2abab6265bc701;hpb=847e005ddceb274eb237d5529d58482f40e2c880;p=xonotic%2Fdarkplaces.git diff --git a/sv_user.c b/sv_user.c index a3c73b42..96ed45f7 100644 --- a/sv_user.c +++ b/sv_user.c @@ -616,10 +616,6 @@ void SV_ReadClientMove (void) move->time = MSG_ReadFloat (); if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); move->receivetime = sv.time; - move->applytime = move->time; - - // FIXME: this is only for testing! - move->applytime += cl_movement_latency.value; // read current angles for (i = 0;i < 3;i++)