X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=console.c;h=31c19cc500028aa8edb5fbc2930a25ceee9e583d;hp=93840d6d1396216b5ae31de7508ddd039714e8c3;hb=700595596cc73b077db70faab83ae761bdd2e36c;hpb=3536decfa32bb5a2751cc6a238e8b57cd29e107a diff --git a/console.c b/console.c index 93840d6d..31c19cc5 100644 --- a/console.c +++ b/console.c @@ -37,7 +37,7 @@ int con_linewidth; float con_cursorspeed = 4; -#define CON_TEXTSIZE 16384 +#define CON_TEXTSIZE 131072 int con_totallines; // total lines in console scrollback int con_backscroll; // lines up from bottom to display