From 20408b853cfd427b394ac2acd7b268836bd3de3f Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 15 Apr 2017 00:09:28 +0200 Subject: increase the number of unlagged markers to support higher sv_fps values --- 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 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; -- cgit