1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +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

@@ -71,7 +71,7 @@ namespace OpenRCT2::Scripting
{ "water", ViewportInteractionItem::Water },
{ "scenery", ViewportInteractionItem::Scenery },
{ "footpath", ViewportInteractionItem::Footpath },
{ "footpath_item", ViewportInteractionItem::FootpathItem },
{ "footpath_item", ViewportInteractionItem::PathAddition },
{ "park_entrance", ViewportInteractionItem::ParkEntrance },
{ "wall", ViewportInteractionItem::Wall },
{ "large_scenery", ViewportInteractionItem::LargeScenery },