summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-07 00:39:01 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:42 +0000
commit66ea551fb4e1e48962d2a578308d49a52e752110 (patch)
tree8bf8ae60e6fe1b14892db040aeacc1656b5f337a
parent635993caba8c4d70745e98f000b29ede9f6e3281 (diff)
* Increase the size of the console buffer
-rw-r--r--src/client/cl_console.c2
1 files changed, 1 insertions, 1 deletions
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;