From: havoc Date: Tue, 17 Apr 2007 11:59:40 +0000 (+0000) Subject: renamed client netgraphs back to incoming and outgoing X-Git-Tag: xonotic-v0.1.0preview~3312 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b53d770ab935d76aad0df58c3589d28ad1b966d3;p=xonotic%2Fdarkplaces.git renamed client netgraphs back to incoming and outgoing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7118 d7cf8633-e32d-0410-b094-e92efae38249 --- 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)