]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
updated to version 1.50, build 75.
[xonotic/darkplaces.git] / console.c
index c3ce5a1b2eb4fe736d4626dbd763f5d4ff5271f3..be48c8df52e558fbec75ae141ea9286a3e231a80 100644 (file)
--- a/console.c
+++ b/console.c
@@ -166,7 +166,7 @@ void Con_CheckResize (void)
 
        if (width < 1)                  // video hasn't been initialized yet
        {
-               width = 38;
+               width = 78; // LordHavoc: changed from 38 to 78 (320 -> 640 conversion)
                con_linewidth = width;
                con_totallines = CON_TEXTSIZE / con_linewidth;
                memset (con_text, ' ', CON_TEXTSIZE);