From b8304868eca2a60f621f4d12bc0c69ed8911deca Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 15 Mar 2008 15:36:39 +0000 Subject: [PATCH] - Scoreboard fix by Karate Chris. SVN r805 (trunk) --- src/hu_scores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu_scores.cpp b/src/hu_scores.cpp index ee135193a..182defad6 100644 --- a/src/hu_scores.cpp +++ b/src/hu_scores.cpp @@ -180,7 +180,7 @@ static void HU_DoDrawScores (player_t *player, player_t *sortedplayers[MAXPLAYER } if (teamplay && deathmatch) - gamestate == GS_INTERMISSION ? y = SCREENHEIGHT * 7 / 2 : y = SCREENHEIGHT / 16; + gamestate == GS_INTERMISSION ? y = SCREENHEIGHT * 2 / 7 : y = SCREENHEIGHT / 16; else gamestate == GS_INTERMISSION ? y = SCREENHEIGHT / 4 : y = SCREENHEIGHT / 16;