reset the client's msecs when resetting the rest of the network stats

This commit is contained in:
Bill Currie 2003-01-30 20:31:44 +00:00
parent 1f16e95564
commit b668134f25

View file

@ -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;