mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix menu centering for 320xY
This commit is contained in:
parent
f12f4a8898
commit
c397504b74
1 changed files with 0 additions and 3 deletions
|
@ -182,9 +182,6 @@ Resize (old_console_t *con)
|
|||
|
||||
width = (vid.width >> 3) - 2;
|
||||
|
||||
if (width == con_linewidth)
|
||||
return;
|
||||
|
||||
if (width < 1) { // video hasn't been initialized yet
|
||||
width = 38;
|
||||
con_linewidth = width;
|
||||
|
|
Loading…
Reference in a new issue