From b51e98215a7477adf47a24eb32f2fca0ff5dca30 Mon Sep 17 00:00:00 2001 From: Simon J Date: Wed, 19 Aug 2020 23:51:13 +0100 Subject: [PATCH] Fix #12728: Paths made in scenario editor don't connect to the map edge (#12730) Co-authored-by: Simon Jarrett --- src/openrct2/world/Footpath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/world/Footpath.cpp b/src/openrct2/world/Footpath.cpp index 81aceee8c7..2aa76dd4db 100644 --- a/src/openrct2/world/Footpath.cpp +++ b/src/openrct2/world/Footpath.cpp @@ -837,6 +837,7 @@ static void loc_6A6D7E( { neighbour_list_push(neighbourList, 7, direction, 255, 255); } + loc_6A6FD2(initialTileElementPos, direction, initialTileElement, query); } else {