From: havoc Date: Mon, 22 Mar 2004 18:43:32 +0000 (+0000) Subject: commented out mini scoreboard in nexuiz hud X-Git-Tag: xonotic-v0.1.0preview~5968 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6ac87e0c08a4002945c1708b81f887c8308acf49;p=xonotic%2Fdarkplaces.git commented out mini scoreboard in nexuiz hud git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4049 d7cf8633-e32d-0410-b094-e92efae38249 --- 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 {