From 66ea551fb4e1e48962d2a578308d49a52e752110 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz <lakitu7@gmail.com> Date: Wed, 7 Oct 2009 00:39:01 +0000 Subject: * Increase the size of the console buffer --- src/client/cl_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/cl_console.c b/src/client/cl_console.c index 39f13028..939e003f 100644 --- a/src/client/cl_console.c +++ b/src/client/cl_console.c @@ -30,7 +30,7 @@ int g_console_field_width = 78; #define NUM_CON_TIMES 4 -#define CON_TEXTSIZE 32768 +#define CON_TEXTSIZE 163840 typedef struct { qboolean initialized; -- cgit