1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

ParkImporter: rename GetDetails to PopulateIndexEntry

This commit is contained in:
Aaron van Geffen
2025-02-18 15:53:53 +01:00
parent b150b7969c
commit 225d3bda2c
5 changed files with 5 additions and 5 deletions

View File

@@ -2740,7 +2740,7 @@ public:
GameFixSaveVars();
}
bool GetDetails(ScenarioIndexEntry* dst) override
bool PopulateIndexEntry(ScenarioIndexEntry* dst) override
{
*dst = _parkFile->ReadScenarioChunk();
return true;