forked from mirror/OpenTTD
(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they couldn't use the full "extent" of the new chat message limit.
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
|
||||
#include "console_func.h"
|
||||
|
||||
/* maximum length of a typed in command */
|
||||
#define ICON_CMDLN_SIZE 255
|
||||
/* maximum length of a totally expanded command */
|
||||
#define ICON_MAX_STREAMSIZE 1024
|
||||
enum {
|
||||
ICON_CMDLN_SIZE = 1024, ///< maximum length of a typed in command
|
||||
ICON_MAX_STREAMSIZE = 2048, ///< maximum length of a totally expanded command
|
||||
|
||||
enum IConsoleVarTypes {
|
||||
ICONSOLE_VAR_BOOLEAN,
|
||||
|
Reference in New Issue
Block a user