From: black Date: Sun, 1 Feb 2004 12:20:05 +0000 (+0000) Subject: Only one player list is displayed now. Moved it a little bit down so if you set con_n... X-Git-Tag: xonotic-v0.1.0preview~6142 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=e120cda4dbc83afd8dd92dba66e55f96a640e234;p=xonotic%2Fdarkplaces.git Only one player list is displayed now. Moved it a little bit down so if you set con_notify 2, it wont bother you any more. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3846 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sbar.c b/sbar.c index 3bb7e556..51716869 100644 --- a/sbar.c +++ b/sbar.c @@ -933,8 +933,8 @@ void Sbar_Draw (void) Sbar_DrawWeapon(0, fade, (cl.stats[STAT_ACTIVEWEAPON] == 12)); } - if (!cl.islocalgame) - Sbar_DrawFrags (); + //if (!cl.islocalgame) + // Sbar_DrawFrags (); if (sb_lines > 24) Sbar_DrawAlphaPic (0, 0, sb_sbar, sbar_alpha.value); @@ -983,7 +983,7 @@ void Sbar_Draw (void) } if (vid.conwidth > 320 && cl.gametype == GAME_DEATHMATCH) - Sbar_MiniDeathmatchOverlay (0, 0); + Sbar_MiniDeathmatchOverlay (0, 17); } else // Quake and others {