mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
raised the console text buffer size
This commit is contained in:
parent
47a566f9cc
commit
265cca7eb6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue