1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 02:05:13 +01:00

Use CoordsXYE on maze_entrance_hedge_replacement()

This commit is contained in:
Tulio Leao
2020-01-13 21:44:05 -03:00
parent 893086440c
commit a3ecefcf89
4 changed files with 11 additions and 11 deletions

View File

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