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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user