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
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 2 additions and 2 deletions

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 =