mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
add global macro: gTotalRideValue
This commit is contained in:
@@ -884,6 +884,8 @@ rct_ride_measurement *get_ride_measurement(int index);
|
||||
for (i = 0; i < MAX_RIDES; i++) \
|
||||
if ((ride = get_ride(i))->type != RIDE_TYPE_NULL)
|
||||
|
||||
#define gTotalRideValue RCT2_GLOBAL(RCT2_TOTAL_RIDE_VALUE, money16)
|
||||
|
||||
extern const uint8 gRideClassifications[255];
|
||||
|
||||
extern money32 _currentTrackPrice;
|
||||
|
||||
Reference in New Issue
Block a user