mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-19 21:33:29 +00:00
Update maximum limits for game entities (#1355)
* Update maximum limits for game entities Increased the maximum limits for Xbox boats, console minecarts, dispensable fireballs, and projectiles. * Update maximum limits for game entities Increased maximum limits for Xbox boats, console minecarts, dispensable fireballs, and projectiles.
This commit is contained in:
parent
b336e52f91
commit
1f4dceb89b
|
|
@ -63,10 +63,10 @@ public:
|
|||
|
||||
|
||||
public:
|
||||
static const int MAX_XBOX_BOATS = 40; // Max number of boats
|
||||
static const int MAX_CONSOLE_MINECARTS = 40;
|
||||
static const int MAX_DISPENSABLE_FIREBALLS = 200;
|
||||
static const int MAX_DISPENSABLE_PROJECTILES = 300;
|
||||
static const int MAX_XBOX_BOATS = 60; // Max number of boats
|
||||
static const int MAX_CONSOLE_MINECARTS = 60;
|
||||
static const int MAX_DISPENSABLE_FIREBALLS = 300;
|
||||
static const int MAX_DISPENSABLE_PROJECTILES = 400;
|
||||
|
||||
static const int MAX_LEVEL_SIZE = 30000000;
|
||||
static const int maxMovementHeight = 512; // 4J added
|
||||
|
|
|
|||
Loading…
Reference in a new issue