From f6b119a4df3d268c86bca0a06ec8d9f14ab2cd15 Mon Sep 17 00:00:00 2001 From: Ted John Date: Tue, 27 Apr 2021 19:02:40 +0100 Subject: [PATCH] Fix some scenarios having incorrect park name --- src/openrct2/rct2/S6Importer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/rct2/S6Importer.cpp b/src/openrct2/rct2/S6Importer.cpp index 1e858e1210..da5b303ab6 100644 --- a/src/openrct2/rct2/S6Importer.cpp +++ b/src/openrct2/rct2/S6Importer.cpp @@ -365,8 +365,6 @@ public: // pad_01358842 ImportResearchList(); gMapBaseZ = _s6.map_base_z; - gScenarioName = std::string_view(_s6.scenario_name, sizeof(_s6.scenario_name)); - gScenarioDetails = std::string_view(_s6.scenario_description, sizeof(_s6.scenario_description)); gBankLoanInterestRate = _s6.current_interest_rate; // pad_0135934B // Preserve compatibility with vanilla RCT2's save format.