mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Raise maximum allowed misc entities to 1600
This commit is contained in:
@@ -275,7 +275,8 @@ static void EntityReset(EntityBase* entity)
|
||||
entity->Type = EntityType::Null;
|
||||
}
|
||||
|
||||
static constexpr uint16_t MAX_MISC_SPRITES = 300;
|
||||
static constexpr uint16_t MAX_MISC_SPRITES = 1600;
|
||||
|
||||
static void AddToEntityList(EntityBase* entity)
|
||||
{
|
||||
auto& list = gEntityLists[EnumValue(entity->Type)];
|
||||
|
||||
Reference in New Issue
Block a user