diff --git a/src/Components/Modules/Weapon.hpp b/src/Components/Modules/Weapon.hpp index cc92d59d..60c17c60 100644 --- a/src/Components/Modules/Weapon.hpp +++ b/src/Components/Modules/Weapon.hpp @@ -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 {