- Added scoreboard toggling.

This commit is contained in:
ChillyDoom 2014-10-02 21:03:15 +01:00
commit c6e1ea864f
4 changed files with 13 additions and 1 deletions

View file

@ -273,7 +273,8 @@ void CT_Drawer (void)
if (players[consoleplayer].camera != NULL &&
(Button_ShowScores.bDown ||
players[consoleplayer].camera->health <= 0) &&
players[consoleplayer].camera->health <= 0 ||
SB_ForceActive) &&
// Don't draw during intermission, since it has its own scoreboard in wi_stuff.cpp.
gamestate != GS_INTERMISSION)
{