git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3846
d7cf8633-e32d-0410-b094-
e92efae38249
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);
}
if (vid.conwidth > 320 && cl.gametype == GAME_DEATHMATCH)
- Sbar_MiniDeathmatchOverlay (0, 0);
+ Sbar_MiniDeathmatchOverlay (0, 17);
}
else // Quake and others
{