mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
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:
parent
10abb9d212
commit
974f062cce
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue