mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
- make the fallback console use stdin
- don't draw scores overlay if the screen is less than 244 wide.
This commit is contained in:
parent
9102fceef7
commit
362e4eefc9
2 changed files with 12 additions and 0 deletions
|
@ -899,6 +899,10 @@ Sbar_DeathmatchOverlay (int start)
|
|||
player_info_t *s;
|
||||
qpic_t *pic;
|
||||
|
||||
// FIXME: magic number, gained through experimentation
|
||||
if (vid.width < 244)
|
||||
return;
|
||||
|
||||
if (largegame)
|
||||
skip = 8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue