1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix some scenarios having incorrect park name

This commit is contained in:
Ted John
2021-04-27 19:02:40 +01:00
parent 5f31958f44
commit f6b119a4df

View File

@@ -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.