1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

add global macros for park...

- gParkSize
- gParkEntranceFee
- gNumGuestsInPark
This commit is contained in:
Ted John
2016-04-23 01:00:00 +01:00
parent 307cb9e08b
commit b59f5c17ca
14 changed files with 59 additions and 56 deletions

View File

@@ -652,7 +652,7 @@ void S4Importer::ImportMapAnimations()
void S4Importer::ImportFinance()
{
RCT2_GLOBAL(RCT2_ADDRESS_PARK_ENTRANCE_FEE, money16) = _s4.park_entrance_fee;
gParkEntranceFee = _s4.park_entrance_fee;
RCT2_GLOBAL(RCT2_ADDRESS_LAND_COST, money16) = _s4.land_price;
RCT2_GLOBAL(RCT2_ADDRESS_CONSTRUCTION_RIGHTS_COST, money16) = _s4.construction_rights_price;