From b53d770ab935d76aad0df58c3589d28ad1b966d3 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 17 Apr 2007 11:59:40 +0000 Subject: [PATCH] renamed client netgraphs back to incoming and outgoing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7118 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_screen.c b/cl_screen.c index 05efcd26..6958e16d 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -283,7 +283,7 @@ void SCR_DrawNetGraph (void) index = 0; netgraph_x = (vid_conwidth.integer + separator2) - (1 + (index % netgraphsperrow)) * (barwidth * NETGRAPH_PACKETS * 2 + separator1 + separator2); netgraph_y = (vid_conheight.integer - 48 + separator2) - (1 + (index / netgraphsperrow)) * (barheight + textsize + separator2); - SCR_DrawNetGraph_DrawConnection_Client(cls.netcon, netgraph_x, netgraph_y, barwidth, barheight, bardivide, "world", separator1, "input", textsize); + SCR_DrawNetGraph_DrawConnection_Client(cls.netcon, netgraph_x, netgraph_y, barwidth, barheight, bardivide, "incoming", separator1, "outgoing", textsize); index++; if (sv.active && shownetgraph.integer >= 2) -- 2.39.2