1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Allow for 100 footpath surface and railings objects

This commit is contained in:
Gymnasiast
2021-04-27 12:34:28 +02:00
parent 28b2995ceb
commit 5f31958f44

View File

@@ -26,8 +26,8 @@ constexpr const uint16_t MAX_TERRAIN_SURFACE_OBJECTS = 100;
constexpr const uint16_t MAX_TERRAIN_EDGE_OBJECTS = 100;
constexpr const uint16_t MAX_STATION_OBJECTS = 100;
constexpr const uint16_t MAX_MUSIC_OBJECTS = 255;
constexpr const uint16_t MAX_FOOTPATH_SURFACE_OBJECTS = 32;
constexpr const uint16_t MAX_FOOTPATH_RAILINGS_OBJECTS = 32;
constexpr const uint16_t MAX_FOOTPATH_SURFACE_OBJECTS = 100;
constexpr const uint16_t MAX_FOOTPATH_RAILINGS_OBJECTS = 100;
// clang-format off
constexpr const uint16_t OBJECT_ENTRY_COUNT =