mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Remove constant that is no longer needed
This commit is contained in:
committed by
Michał Janiszewski
parent
102521d131
commit
c8144c5964
@@ -33,7 +33,6 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user