mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Ensure one footpath surface and railing is selected
This commit is contained in:
@@ -152,6 +152,9 @@ protected:
|
||||
ds << item.SceneryGroupInfo.Entries;
|
||||
break;
|
||||
}
|
||||
case ObjectType::FootpathSurface:
|
||||
ds << item.FootpathSurfaceInfo.Flags;
|
||||
break;
|
||||
default:
|
||||
// Switch processes only ObjectType::Ride and ObjectType::SceneryGroup
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user