]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
renamed client netgraphs back to incoming and outgoing
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Apr 2007 11:59:40 +0000 (11:59 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Apr 2007 11:59:40 +0000 (11:59 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7118 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 05efcd26f43fab6d9172083a1453fa501de9ca20..6958e16d09ec3a14cddd10411c867d05d10fbb7e 100644 (file)
@@ -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)