Updated MAX_EDICT_BITS (#29)

This commit is contained in:
Robin Gohmert 2016-08-27 17:04:57 +02:00 committed by Nicholas Hastings
parent 9559b62bdd
commit 5a149d1348

View File

@ -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<<MAX_EDICT_BITS)