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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user