mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
raised console buffer size
This commit is contained in:
parent
5b16c38974
commit
f600e7c9f9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
#include "QF/qtypes.h"
|
||||
#include "QF/gcc_attr.h"
|
||||
|
||||
#define CON_TEXTSIZE 16384
|
||||
#define CON_TEXTSIZE 32764
|
||||
typedef struct
|
||||
{
|
||||
char text[CON_TEXTSIZE];
|
||||
|
|
Loading…
Reference in a new issue