]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
rewrote RecursiveHullCheck, no longer gets stuck on angle changes, and is generally...
[xonotic/darkplaces.git] / console.c
index 218ea632fbb918b3c78d0c9ac73d8f68dcf6d221..2fe6eea9783840601d5997b3265567b5e72e1637 100644 (file)
--- a/console.c
+++ b/console.c
@@ -160,7 +160,7 @@ void Con_CheckResize (void)
        int             i, j, width, oldwidth, oldtotallines, numlines, numchars;
        char    tbuf[CON_TEXTSIZE];
 
-       width = (vid.width >> 3) - 2;
+       width = (vid.conwidth >> 3) - 2;
 
        if (width == con_linewidth)
                return;