1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove now-redundant code for importing RCT1 saves with no money

This commit is contained in:
Gymnasiast
2022-04-18 18:28:00 +02:00
parent 060a9afaae
commit d71f7a7697

View File

@@ -2206,11 +2206,6 @@ namespace RCT1
gParkFlags |= PARK_FLAGS_UNLOCK_ALL_PRICES;
}
if (_s4.park_flags & RCT1_PARK_FLAGS_NO_MONEY)
{
gParkFlags |= PARK_FLAGS_NO_MONEY;
}
gParkSize = _s4.park_size;
gTotalRideValueForMoney = _s4.total_ride_value_for_money;
gSamePriceThroughoutPark = 0;