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