- Added scoreboard fix by Karate Chris.

SVN r671 (trunk)
This commit is contained in:
Christoph Oelckers 2008-01-06 11:46:01 +00:00
commit d7add9ce76
3 changed files with 6 additions and 5 deletions

View file

@ -249,9 +249,6 @@ void CT_Drawer (void)
}
if (players[consoleplayer].camera != NULL &&
((deathmatch && teamplay && sb_teamdeathmatch_enable) ||
(deathmatch && !teamplay && sb_deathmatch_enable) ||
(!deathmatch && multiplayer && sb_cooperative_enable)) &&
(Button_ShowScores.bDown ||
players[consoleplayer].camera->health <= 0))
{