diff --git a/src/openrct2/world/ConstructionClearance.cpp b/src/openrct2/world/ConstructionClearance.cpp index b573d62664..62f52901c8 100644 --- a/src/openrct2/world/ConstructionClearance.cpp +++ b/src/openrct2/world/ConstructionClearance.cpp @@ -119,6 +119,8 @@ GameActions::Result::Ptr MapCanConstructWithClearAt( auto res = std::make_unique(); uint8_t groundFlags = ELEMENT_IS_ABOVE_GROUND; + res->SetData(ConstructClearResult{ groundFlags }); + bool canBuildCrossing = false; if (map_is_edge(pos)) {