diff options
author | /dev/humancontroller <devhc@example.com> | 2014-07-13 19:18:32 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:13 +0100 |
commit | e32be9de27cf3f504c6b7e31122870067566ec58 (patch) | |
tree | 1cf34a57337635f4b9a9545c60375172eec91d77 | |
parent | 64ccceabd69b630507eafbb7a6c3d7f3d326194c (diff) |
increase MAX_BUILDLOG
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 48c76909..bc1fef27 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -520,7 +520,7 @@ typedef struct // #define MAX_SPAWN_VARS 64 #define MAX_SPAWN_VARS_CHARS 4096 -#define MAX_BUILDLOG 128 +#define MAX_BUILDLOG 1024 typedef struct { |