diff --git a/src/openrct2/world/footpath.c b/src/openrct2/world/footpath.c index 28af6bb392..fac5d7dc74 100644 --- a/src/openrct2/world/footpath.c +++ b/src/openrct2/world/footpath.c @@ -743,6 +743,11 @@ money32 footpath_provisional_set(sint32 type, sint32 x, sint32 y, sint32 z, sint } } + if (!scenery_tool_is_active()) + { + map_set_virtual_floor_height(z * 8); + } + return cost; }