mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Add investigation TODO to s4 and s6 importers
This commit is contained in:
@@ -2516,6 +2516,7 @@ namespace OpenRCT2::RCT1
|
||||
|
||||
void FixLandOwnership()
|
||||
{
|
||||
// TODO: Land ownership is applied even when loading saved scenario. Should it?
|
||||
RCT12::FetchAndApplyScenarioPatch(_s4.ScenarioName);
|
||||
// TODO: investigate why Katie's Dreamland.s4 and .sea have different patches
|
||||
}
|
||||
|
||||
@@ -539,7 +539,7 @@ namespace OpenRCT2::RCT2
|
||||
// Checking _s6.ScenarioFilename is generally more reliable as it survives renaming.
|
||||
// However, some WW/TT scenarios have this incorrectly set to "Six Flags Magic Mountain.SC6",
|
||||
// so for those cases (as well as for SFMM proper, we’ll have to check the filename.
|
||||
|
||||
// TODO: Land ownership is applied even when loading saved scenario. Should it?
|
||||
RCT12::FetchAndApplyScenarioPatch(
|
||||
_s6.ScenarioFilename != gScenarioFileName ? gScenarioFileName : _s6.ScenarioFilename);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user