fix to scoreboards (cosmetic)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2032 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-02-26 23:14:10 +00:00
parent 10abb9d212
commit 974f062cce
1 changed files with 2 additions and 2 deletions

View File

@ -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;