]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
commented out mini scoreboard in nexuiz hud
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 22 Mar 2004 18:43:32 +0000 (18:43 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 22 Mar 2004 18:43:32 +0000 (18:43 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4049 d7cf8633-e32d-0410-b094-e92efae38249

sbar.c

diff --git a/sbar.c b/sbar.c
index 03a5de804c2d10d49d597a2fc3f5850f71013a44..a1628a456c9213d62f2a4aae40bacbd68a898438 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -1021,8 +1021,8 @@ void Sbar_Draw (void)
                                DrawQ_Pic(sbar_x,sbar_y,sb_sbar_overlay->name,0,0,1,1,1,1,DRAWFLAG_MODULATE);
                }
 
-               if (vid.conwidth > 320 && cl.gametype == GAME_DEATHMATCH)
-                       Sbar_MiniDeathmatchOverlay (0, 17);
+               //if (vid.conwidth > 320 && cl.gametype == GAME_DEATHMATCH)
+               //      Sbar_MiniDeathmatchOverlay (0, 17);
        }
        else // Quake and others
        {