1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Rename ScenarioText object type to ScenarioMeta

This commit is contained in:
Aaron van Geffen
2025-05-16 12:54:14 +02:00
parent 0779b9f0ab
commit 2d8d1e3eee
17 changed files with 204 additions and 206 deletions

View File

@@ -550,7 +550,7 @@ private:
if (entry.HasValue())
{
const auto* ori = _objectRepository.FindObject(entry);
if (ori == nullptr && entry.GetType() == ObjectType::scenarioText)
if (ori == nullptr && entry.GetType() == ObjectType::scenarioMeta)
{
continue;
}