1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Hide brown base on flat rides if "no platform" station style is selected

This commit is contained in:
Gymnasiast
2021-07-27 16:33:03 +02:00
parent ab18612882
commit bb682ca09d
15 changed files with 67 additions and 20 deletions

View File

@@ -94,6 +94,7 @@ void StationObject::ReadJson(IReadObjectContext* context, json_t& root)
{ "hasPrimaryColour", STATION_OBJECT_FLAGS::HAS_PRIMARY_COLOUR },
{ "hasSecondaryColour", STATION_OBJECT_FLAGS::HAS_SECONDARY_COLOUR },
{ "isTransparent", STATION_OBJECT_FLAGS::IS_TRANSPARENT },
{ "noPlatforms", STATION_OBJECT_FLAGS::NO_PLATFORMS },
});
}