In CL_Record_f(): Fix the QW bug with wrong player entertime being recorded to demos.

This commit is contained in:
Anton E. Gavrilov 2001-07-04 01:25:41 +00:00
parent 4c7c5880fe
commit f3f427bf4b

View file

@ -619,7 +619,7 @@ CL_Record_f (void)
MSG_WriteByte (&buf, svc_updateentertime);
MSG_WriteByte (&buf, i);
MSG_WriteFloat (&buf, player->entertime);
MSG_WriteFloat (&buf, realtime - player->entertime);
MSG_WriteByte (&buf, svc_updateuserinfo);
MSG_WriteByte (&buf, i);