mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
show_ping while disconnect == bad. SZ_Getspace bug fixed.
This commit is contained in:
parent
7047f2da36
commit
c02f4ed59e
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ CL_NetStats (int swap)
|
|||
int x, y;
|
||||
if (!show_ping->int_val && !show_pl->int_val)
|
||||
return;
|
||||
if (cls.state != ca_active)
|
||||
return;
|
||||
x = swap ? vid.width - 104 : 0;
|
||||
y = vid.height - sb_lines - 16;
|
||||
// request new ping times every two second
|
||||
|
|
Loading…
Reference in a new issue