diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-07 00:39:01 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:42 +0000 |
commit | 66ea551fb4e1e48962d2a578308d49a52e752110 (patch) | |
tree | 8bf8ae60e6fe1b14892db040aeacc1656b5f337a | |
parent | 635993caba8c4d70745e98f000b29ede9f6e3281 (diff) |
* Increase the size of the console buffer
-rw-r--r-- | src/client/cl_console.c | 2 |
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; |