1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Small path additions cleanup (#20076)

* Split off path addition paint calls

* Replace occurences of “path bit” with “path addition”

* Replace occurences of “footpath item“ with “path addition”
This commit is contained in:
Michael Steenbeek
2023-05-09 21:08:25 +02:00
committed by GitHub
parent 8c165dd455
commit 58baa85a27
34 changed files with 459 additions and 408 deletions

View File

@@ -179,7 +179,7 @@ void SetupInUseSelectionFlags()
if (footpathEl->HasAddition())
{
auto pathAdditionEntryIndex = footpathEl->GetAdditionEntryIndex();
Editor::SetSelectedObject(ObjectType::PathBits, pathAdditionEntryIndex, ObjectSelectionFlags::InUse);
Editor::SetSelectedObject(ObjectType::PathAdditions, pathAdditionEntryIndex, ObjectSelectionFlags::InUse);
}
break;
}