From 64ccceabd69b630507eafbb7a6c3d7f3d326194c Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sun, 13 Jul 2014 19:17:57 +0200 Subject: increase MAX_UNLAGGED_MARKERS to support higher sv_fps values with unlagged --- 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 8fd929e0..48c76909 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -331,7 +331,7 @@ typedef struct int infoChangeTime; } clientPersistant_t; -#define MAX_UNLAGGED_MARKERS 10 +#define MAX_UNLAGGED_MARKERS 256 typedef struct unlagged_s { vec3_t origin; vec3_t mins; -- cgit