From d71f7a7697db67171bbf12d94227b19ba833fbdd Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Mon, 18 Apr 2022 18:28:00 +0200 Subject: [PATCH] Remove now-redundant code for importing RCT1 saves with no money --- src/openrct2/rct1/S4Importer.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index 6180fb1562..689dff2a95 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -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;