From e32be9de27cf3f504c6b7e31122870067566ec58 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sun, 13 Jul 2014 19:18:32 +0200 Subject: increase MAX_BUILDLOG --- src/game/g_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit