diff --git a/src/openrct2-ui/windows/Footpath.cpp b/src/openrct2-ui/windows/Footpath.cpp index 6490d8d419..32fed7dc57 100644 --- a/src/openrct2-ui/windows/Footpath.cpp +++ b/src/openrct2-ui/windows/Footpath.cpp @@ -1193,6 +1193,7 @@ namespace OpenRCT2::Ui::Windows { return; } + _provisionalFootpath.tiles.clear(); auto mapPos = FootpathGetPlacePositionFromScreenPosition(screenCoords); if (!mapPos)