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:
@@ -2740,7 +2740,7 @@ public:
|
||||
GameFixSaveVars();
|
||||
}
|
||||
|
||||
bool GetDetails(ScenarioIndexEntry* dst) override
|
||||
bool PopulateIndexEntry(ScenarioIndexEntry* dst) override
|
||||
{
|
||||
*dst = _parkFile->ReadScenarioChunk();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user