1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Ensure one footpath surface and railing is selected

This commit is contained in:
Ted John
2021-04-24 16:23:34 +01:00
parent 43985a52c3
commit dff8d443f6
11 changed files with 64 additions and 14 deletions

View File

@@ -56,6 +56,10 @@ struct ObjectRepositoryItem
{
std::vector<ObjectEntryDescriptor> Entries;
} SceneryGroupInfo;
struct
{
uint8_t Flags{};
} FootpathSurfaceInfo;
ObjectSourceGame GetFirstSourceGame() const
{