1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Merge pull request #952 from Garogolun/footpath-functions

Decompiled some footpath stuff
This commit is contained in:
Ted John
2015-03-23 21:03:33 +00:00
4 changed files with 81 additions and 23 deletions

View File

@@ -399,7 +399,7 @@ static void viewport_interaction_remove_footpath(rct_map_element *mapElement, in
w = window_find_by_class(WC_FOOTPATH);
if (w != NULL)
sub_6A7831();
footpath_provisional_update();
mapElement2 = map_get_first_element_at(x / 32, y / 32);
do {