]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
reverted two bugs introduced by Black (anum red digits were not being loaded, and...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Oct 2003 03:39:39 +0000 (03:39 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Oct 2003 03:39:39 +0000 (03:39 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3570 d7cf8633-e32d-0410-b094-e92efae38249

sbar.c

diff --git a/sbar.c b/sbar.c
index d62863d61efc26b80b856229ae760288b81f71b2..5ef0fdb1576b8d9d5e45c9fb340f04d021859378 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -126,7 +126,10 @@ void sbar_start(void)
        sb_disc = Sbar_NewPic("gfx/disc");
 
        for (i = 0;i < 10;i++)
+       {
                sb_nums[0][i] = Sbar_NewPic (va("gfx/num_%i",i));
+               sb_nums[1][i] = Sbar_NewPic (va("gfx/anum_%i",i));
+       }
 
        sb_nums[0][10] = Sbar_NewPic ("gfx/num_minus");
        sb_nums[1][10] = Sbar_NewPic ("gfx/anum_minus");
@@ -1103,7 +1106,7 @@ void Sbar_MiniDeathmatchOverlay (void)
        }
        else
        {
-               x = 320;
+               x = 324;
                y = vid.conheight - sb_lines;
        }