From 6ac87e0c08a4002945c1708b81f887c8308acf49 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 22 Mar 2004 18:43:32 +0000 Subject: [PATCH] commented out mini scoreboard in nexuiz hud git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4049 d7cf8633-e32d-0410-b094-e92efae38249 --- sbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbar.c b/sbar.c index 03a5de80..a1628a45 100644 --- 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 { -- 2.39.2