No fixed console linewidth

This commit is contained in:
Pan7 2014-12-17 14:26:34 +01:00
parent 36f65fd7c5
commit 894fcaf3fa
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ void Con_CheckResize (void)
int i, j, width, oldwidth, oldtotallines, numlines, numchars; int i, j, width, oldwidth, oldtotallines, numlines, numchars;
short tbuf[CON_TEXTSIZE]; short tbuf[CON_TEXTSIZE];
width = (SCREEN_WIDTH / SMALLCHAR_WIDTH) - 2; width = (cls.glconfig.vidWidth / SMALLCHAR_WIDTH) - 2;
if (width == con.linewidth) if (width == con.linewidth)
return; return;