From 974f062cce09659962df49e9bb79271df3139025 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Sun, 26 Feb 2006 23:14:10 +0000 Subject: [PATCH] fix to scoreboards (cosmetic) git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2032 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/client/sbar.c b/engine/client/sbar.c index 93f864b45..44b27c592 100644 --- a/engine/client/sbar.c +++ b/engine/client/sbar.c @@ -2115,7 +2115,7 @@ void Sbar_DeathmatchOverlay (int start) y += skip; } - Draw_Character(0,0,CON_WHITEMASK); + Draw_Character(0,0,' ' | CON_WHITEMASK); if (y >= vid.height-10) // we ran over the screen size, squish largegame = true; @@ -2216,7 +2216,7 @@ void Sbar_ChatModeOverlay(void) y += skip; } - Draw_Character(0,0,CON_WHITEMASK); + Draw_Character(0,0,' ' | CON_WHITEMASK); if (y >= vid.height-10) // we ran over the screen size, squish largegame = true;