Skip to content

Commit

Permalink
ChaosMod: Increase internal entity pool limit
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed May 25, 2022
1 parent c64a825 commit eda3ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChaosMod/Util/PoolSpawner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "Memory/PedModels.h"

#define ENTITY_POOL_MAX 40
#define ENTITY_POOL_MAX 60

static std::list<Entity> m_rgEntities;

Expand Down

0 comments on commit eda3ae6

Please sign in to comment.