mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Fix #5238: RCT1 import: Rides are initially free when placing them
This commit is contained in:
@@ -6097,7 +6097,7 @@ foundRideEntry:
|
||||
ride->price_secondary = RideData4[ride->type].price_secondary;
|
||||
|
||||
if (rideEntry->shop_item == SHOP_ITEM_NONE) {
|
||||
if (!(gParkFlags & PARK_FLAGS_PARK_FREE_ENTRY)) {
|
||||
if (!(gParkFlags & PARK_FLAGS_PARK_FREE_ENTRY) && !gCheatsUnlockAllPrices) {
|
||||
ride->price = 0;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user