mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Create footpath_get_edges()
This commit is contained in:
@@ -2273,3 +2273,8 @@ rct_footpath_entry *get_footpath_entry(sint32 entryIndex)
|
||||
{
|
||||
return gFootpathEntries[entryIndex];
|
||||
}
|
||||
|
||||
uint8 footpath_get_edges(const rct_tile_element * element)
|
||||
{
|
||||
return element->properties.path.edges & 0xF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user