mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Define constant for the maximum number of cars in a train
This commit is contained in:
committed by
Michał Janiszewski
parent
9d618231fb
commit
652ab949b0
@@ -33,6 +33,8 @@ typedef fixed16_2dp ride_rating;
|
||||
// integer. To create the ride rating 3.65 type RIDE_RATING(3,65)
|
||||
#define RIDE_RATING(whole, fraction) FIXED_2DP(whole, fraction)
|
||||
|
||||
#define RIDE_MAX_CARS_PER_TRAIN 64
|
||||
|
||||
// Used for return values, for functions that modify all three.
|
||||
typedef struct {
|
||||
ride_rating excitement;
|
||||
|
||||
Reference in New Issue
Block a user