raised the console text buffer size

This commit is contained in:
myT 2017-07-05 23:56:18 +02:00
parent 47a566f9cc
commit 265cca7eb6

View file

@ -33,7 +33,7 @@ static const cvar_t* con_speed;
#define CON_NOTIFYLINES 4
#define CON_TEXTSIZE 32768
#define CON_TEXTSIZE (256*1024)
struct console_t {
qbool initialized;