mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 09:21:09 +00:00
reset the client's msecs when resetting the rest of the network stats
This commit is contained in:
parent
1f16e95564
commit
b668134f25
1 changed files with 1 additions and 0 deletions
|
@ -506,6 +506,7 @@ SV_Begin_f (ucmd_t *cmd)
|
|||
|
||||
// clear the net statistics, because connecting gives a bogus picture
|
||||
host_client->last_check = -1;
|
||||
host_client->msecs = 0;
|
||||
host_client->netchan.frame_latency = 0;
|
||||
host_client->netchan.frame_rate = 0;
|
||||
host_client->netchan.drop_count = 0;
|
||||
|
|
Loading…
Reference in a new issue