diff --git a/Minecraft.World/Level.h b/Minecraft.World/Level.h index 2be874722..a5f77df8c 100644 --- a/Minecraft.World/Level.h +++ b/Minecraft.World/Level.h @@ -63,8 +63,8 @@ public: public: - static const int MAX_XBOX_BOATS = 40; // Max number of boats - static const int MAX_CONSOLE_MINECARTS = 40; + static const int MAX_XBOX_BOATS = 50; // Max number of boats + static const int MAX_CONSOLE_MINECARTS = 50; static const int MAX_DISPENSABLE_FIREBALLS = 200; static const int MAX_DISPENSABLE_PROJECTILES = 300;