diff options
| author | /dev/humancontroller <devhc@example.com> | 2017-04-15 00:09:26 +0200 | 
|---|---|---|
| committer | /dev/humancontroller <devhc@example.com> | 2017-04-15 17:24:18 +0200 | 
| commit | 520cdfbc7773bcad3abc650076ac73f9719a995c (patch) | |
| tree | 9f7caa8581df9f7d8f1b73a36b5dca91219794bf /src/qcommon | |
| parent | bfb616d6541e4e0333b7d1ed53b945d16d18fad9 (diff) | |
increase MAX_SAY_TEXT to 800
Diffstat (limited to 'src/qcommon')
| -rw-r--r-- | src/qcommon/q_shared.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index 2cc511e..ffff6dd 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -193,7 +193,7 @@ typedef int		clipHandle_t;  #define	MAX_NAME_LENGTH			32		// max length of a client name  #define	MAX_HOSTNAME_LENGTH	80		// max length of a host name -#define	MAX_SAY_TEXT	150 +#define	MAX_SAY_TEXT	800  // paramters for command buffer stuffing  typedef enum {  | 
