diff --git a/code/client/cl_console.c b/code/client/cl_console.c index 0be0c118..44dc7621 100644 --- a/code/client/cl_console.c +++ b/code/client/cl_console.c @@ -283,7 +283,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;