Use full screen width for console
This commit is contained in:
parent
7d6350bf66
commit
f2c1f990f8
|
|
@ -283,7 +283,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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user