mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Heh, netgraph is not yet ported to uquake :)
This commit is contained in:
parent
0196064c51
commit
120597da8e
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,7 @@ a = graphval;
|
|||
timex = (timex+1)%MAX_TIMINGS;
|
||||
}
|
||||
|
||||
#ifdef QUAKEWORLD
|
||||
/*
|
||||
==============
|
||||
R_NetGraph
|
||||
|
@ -250,6 +251,7 @@ void R_NetGraph (void)
|
|||
snprintf(st, sizeof(st), "%3i%% packet loss", lost);
|
||||
Draw_String(8, y2, st);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
==============
|
||||
|
|
Loading…
Reference in a new issue