- Added scoreboard fix by Karate Chris.
SVN r671 (trunk)
This commit is contained in:
parent
fdbd18c50e
commit
d7add9ce76
3 changed files with 6 additions and 5 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue