From d39408a9d9f1a82ca40bf028a93bbb68969e3a2d Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Sat, 20 Jan 2024 15:31:09 -0300 Subject: [PATCH] Add TODO on s4importer code --- src/openrct2/rct1/S4Importer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index 81a981c03f..7db116e4d8 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -194,6 +194,7 @@ namespace OpenRCT2::RCT1 ImportSavedView(); // TODO: investigate why Katie's Dreamland.s4 and .sea have different patches + // TODO: s4 patch system is broken since .s4 files do not use scenario name, but rather slot RCT12::FetchAndApplyScenarioPatch(_s4.ScenarioName, _isScenario); FixUrbanPark(); FixNextGuestNumber(gameState);