summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/g_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index c8e5806..c655950 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -441,7 +441,7 @@ typedef struct
statsCounters_t statscounters;
} clientPersistant_t;
-#define MAX_UNLAGGED_MARKERS 10
+#define MAX_UNLAGGED_MARKERS 256
typedef struct unlagged_s {
vec3_t origin;
vec3_t mins;