1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Enable virtual floor for paths

This commit is contained in:
Richard Jenkins
2018-01-06 23:09:26 +00:00
committed by Aaron van Geffen
parent cccaab37fe
commit 9e5502afe3

View File

@@ -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;
}