1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Remove snakes from the foopaths

This commit is contained in:
duncanspumpkin
2022-10-04 07:51:27 +01:00
parent 2c29190ff8
commit 3e8dc1b2ac
42 changed files with 266 additions and 268 deletions

View File

@@ -620,7 +620,7 @@ static void ViewportInteractionRemoveFootpath(TileElement* tileElement, const Co
w = window_find_by_class(WindowClass::Footpath);
if (w != nullptr)
footpath_provisional_update();
FootpathProvisionalUpdate();
tileElement2 = map_get_first_element_at(mapCoords);
if (tileElement2 == nullptr)