]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
clear the rcon password on "connect" command or QW-style reconnect, to prevent stuffc...
[xonotic/darkplaces.git] / cl_screen.c
index 9caa2cd708dc4feffa5504063a317092d4ac3cc5..dfe310d014207efa162a67a16b997def268f5e9c 100644 (file)
@@ -791,7 +791,7 @@ void R_TimeReport_EndFrame(void)
                                lines++;
                y = vid_conheight.integer - sb_lines - lines * 8;
                i = j = 0;
-               DrawQ_Fill(0, y, vid_conwidth.integer, lines * 8, 0, 0, 0, 0.5, 0);
+               DrawQ_Fill(0, y, vid_conwidth.integer, lines * 8, 0, 0, 0, 1, 0);
                while (string[i])
                {
                        j = i;