From c4c1ef12521bcec7670d4b0f686b00dec2b6d8f4 Mon Sep 17 00:00:00 2001 From: PlayBoy31 <11339125+PlayBoy31@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:26:53 +0100 Subject: [PATCH] Fix MAX_EDICT_BITS for PVKII (Increased edict limit to 8,192 since 0.5.1.2) (#302) Fix MAX_EDICT_BITS for PVKII (Increased edict limit to 8,192 since 0.5.1.2) --- public/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/const.h b/public/const.h index 5d7c60b6..17428cd5 100644 --- a/public/const.h +++ b/public/const.h @@ -62,7 +62,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 13 // # of bits needed to represent max edicts // Max # of edicts in a level #define MAX_EDICTS (1<