Heh, netgraph is not yet ported to uquake :)

This commit is contained in:
Bill Currie 2000-02-21 10:34:16 +00:00
parent 0196064c51
commit 120597da8e

View file

@ -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
/*
==============