1
0
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:
Ted John
2016-04-24 10:36:56 +01:00
parent 0a80e7a737
commit bac5538178
4 changed files with 15 additions and 11 deletions

View File

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