raised console buffer size

This commit is contained in:
Chris Ison 2001-06-09 16:34:13 +00:00
parent 5b16c38974
commit f600e7c9f9

View file

@ -35,7 +35,7 @@
#include "QF/qtypes.h" #include "QF/qtypes.h"
#include "QF/gcc_attr.h" #include "QF/gcc_attr.h"
#define CON_TEXTSIZE 16384 #define CON_TEXTSIZE 32764
typedef struct typedef struct
{ {
char text[CON_TEXTSIZE]; char text[CON_TEXTSIZE];