1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Renamed sub_6A7831 to footpath_provisional_update

This commit is contained in:
Timmy Weerwag
2015-03-22 22:18:36 +01:00
parent ba8066c719
commit d4f495cc0e
4 changed files with 13 additions and 13 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 {