1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update the blip pool size to the correct value.

This commit is contained in:
Sandu Liviu Catalin 2016-06-20 08:55:04 +03:00
parent 933522f2a4
commit 8591efbcce

View File

@ -597,7 +597,7 @@ enum CmdError
* INITIAL ENTITY POOLS
*/
#define SQMOD_BLIP_POOL 128
#define SQMOD_BLIP_POOL 100
#define SQMOD_CHECKPOINT_POOL 2000
#define SQMOD_KEYBIND_POOL 256
#define SQMOD_OBJECT_POOL 3000