mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-12 23:05:39 +00:00
Increased console buffer size from 16384 to 65536
This commit is contained in:
parent
70b443f25f
commit
a060d2818c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
// console
|
||||
//
|
||||
|
||||
#define CON_TEXTSIZE 16384
|
||||
#define CON_TEXTSIZE 65536
|
||||
typedef struct
|
||||
{
|
||||
char text[CON_TEXTSIZE];
|
||||
|
|
Loading…
Reference in a new issue