1
0
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:
Gymnasiast
2021-04-09 15:21:29 +02:00
parent 8180fb9ae1
commit 4f1d0d7938

View File

@@ -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