From f4bfdec7a36e1c8a90200b19bd1ace98febe85cb Mon Sep 17 00:00:00 2001 From: Robin Gohmert Date: Mon, 16 May 2016 23:17:56 +0200 Subject: [PATCH] Updated MAX_EDICT_BITS constant (#25) --- public/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/const.h b/public/const.h index f343e50a..90daf765 100644 --- a/public/const.h +++ b/public/const.h @@ -54,7 +54,7 @@ #define SP_MODEL_INDEX_BITS 13 // How many bits to use to encode an edict. -#define MAX_EDICT_BITS 11 // # of bits needed to represent max edicts +#define MAX_EDICT_BITS 12 // # of bits needed to represent max edicts // Max # of edicts in a level #define MAX_EDICTS (1<