diff --git a/code/client/cl_console.c b/code/client/cl_console.c index 7d806e94..1818ede8 100644 --- a/code/client/cl_console.c +++ b/code/client/cl_console.c @@ -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;