Bump GModelIndex limit even more
This commit is contained in:
parent
25c4c4d99f
commit
3af216004c
@ -4,7 +4,11 @@
|
||||
// Was 1200 before
|
||||
#define WEAPON_LIMIT 2400
|
||||
#define MAX_CONFIGSTRINGS (4139 - 1200 + WEAPON_LIMIT)
|
||||
#define G_MODELINDEX_LIMIT (526 + WEAPON_LIMIT - 1200)
|
||||
|
||||
// Double the limit to allow loading of some heavy-duty MW3 maps
|
||||
#define ADDITIONAL_GMODELS 512
|
||||
|
||||
#define G_MODELINDEX_LIMIT (512 + WEAPON_LIMIT - 1200 + ADDITIONAL_GMODELS)
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user