mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Raise maximum amount of rides to 1000
This commit is contained in:
@@ -43,7 +43,7 @@ struct Vehicle;
|
||||
#define CUSTOMER_HISTORY_SIZE 10
|
||||
#define MAX_CARS_PER_TRAIN 255
|
||||
#define MAX_STATIONS 255
|
||||
#define MAX_RIDES 255
|
||||
constexpr const uint16_t MAX_RIDES = 1000;
|
||||
#define RIDE_TYPE_NULL 255
|
||||
#define RIDE_ADJACENCY_CHECK_DISTANCE 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user