1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Remove unused variable RideTypeCount

This commit is contained in:
Harry Hopkinson
2024-06-07 14:44:07 +01:00
parent eee0dbd486
commit 6e1b7ee140

View File

@@ -44,6 +44,5 @@ namespace RCT2::Limits
constexpr uint8_t kMaxParkEntranceObjects = 1;
constexpr uint8_t kMaxWaterObjects = 1;
constexpr uint8_t kMaxScenarioTextObjects = 1;
constexpr uint8_t RideTypeCount = 91;
constexpr uint16_t kMaxMapSize = 256;
} // namespace RCT2::Limits