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:
committed by
Aaron van Geffen
parent
cccaab37fe
commit
9e5502afe3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user