]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
Eradicated the CVAR_NQUSERINFOHACK flag, for good
[xonotic/darkplaces.git] / cl_screen.c
index 2b0dfe469962e16f0fd95a8a4421df18f41fec2e..312c68e2f56b8cb6403b585b59aa58bfb1864caa 100644 (file)
@@ -343,7 +343,7 @@ static void SCR_DrawNetGraph (void)
        graphwidth = 120;
        graphheight = 70;
        graphscale = 1.0f / 1500.0f;
-       graphlimit = cl_rate.integer;
+       graphlimit = rate.integer;
 
        netgraphsperrow = (vid_conwidth.integer + separator2) / (graphwidth * 2 + separator1 + separator2);
        netgraphsperrow = max(netgraphsperrow, 1);