]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
draw loading bar at 100% alpha again
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 7 Apr 2009 12:47:49 +0000 (12:47 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 7 Apr 2009 12:47:49 +0000 (12:47 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8882 d7cf8633-e32d-0410-b094-e92efae38249

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;