1
0
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:
Tulio Leao
2024-01-15 22:23:26 -03:00
parent 8784b85cbc
commit cfc89c8d6c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -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, well 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);
}