1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Use CoordsXY on footpath_remove_edges_at()

This commit is contained in:
Tulio Leao
2020-01-04 08:33:19 -03:00
parent 2b1101d320
commit 7cf03d3e41
10 changed files with 22 additions and 14 deletions

View File

@@ -7089,7 +7089,7 @@ void sub_6CB945(Ride* ride)
{
footpath_queue_chain_reset();
maze_entrance_hedge_replacement(location.x, location.y, tileElement);
footpath_remove_edges_at(location.x, location.y, tileElement);
footpath_remove_edges_at(location, tileElement);
footpath_update_queue_chains();
map_invalidate_tile_full(location);
tile_element_remove(tileElement);