git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5318
d7cf8633-e32d-0410-b094-
e92efae38249
double time;
double receivetime;
- double applytime;
int buttons;
int impulse;
} usercmd_t;
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++)