1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +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

@@ -311,7 +311,7 @@ static constexpr StringId GetStringFromObjectType(const ObjectType type)
return STR_OBJECT_SELECTION_PATH_SIGNS;
case ObjectType::Paths:
return STR_OBJECT_SELECTION_FOOTPATHS;
case ObjectType::PathBits:
case ObjectType::PathAdditions:
return STR_OBJECT_SELECTION_PATH_EXTRAS;
case ObjectType::SceneryGroup:
return STR_OBJECT_SELECTION_SCENERY_GROUPS;