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:
committed by
GitHub
parent
8c165dd455
commit
58baa85a27
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user