fix menu centering for 320xY

This commit is contained in:
Bill Currie 2003-05-06 03:19:29 +00:00
parent f12f4a8898
commit c397504b74
1 changed files with 0 additions and 3 deletions

View File

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