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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user