From 5a149d1348e0ade039e8d5d6019c785c815ced2d Mon Sep 17 00:00:00 2001 From: Robin Gohmert Date: Sat, 27 Aug 2016 17:04:57 +0200 Subject: [PATCH] Updated MAX_EDICT_BITS (#29) --- public/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/const.h b/public/const.h index 90e5d187..ce8b6fc8 100644 --- a/public/const.h +++ b/public/const.h @@ -51,7 +51,7 @@ #define SP_MODEL_INDEX_BITS 11 // 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 13 // # of bits needed to represent max edicts // Max # of edicts in a level #define MAX_EDICTS (1<