mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
No fixed console linewidth
This commit is contained in:
parent
36f65fd7c5
commit
894fcaf3fa
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ void Con_CheckResize (void)
|
|||
int i, j, width, oldwidth, oldtotallines, numlines, numchars;
|
||||
short tbuf[CON_TEXTSIZE];
|
||||
|
||||
width = (SCREEN_WIDTH / SMALLCHAR_WIDTH) - 2;
|
||||
width = (cls.glconfig.vidWidth / SMALLCHAR_WIDTH) - 2;
|
||||
|
||||
if (width == con.linewidth)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue