mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Hide wooden platforms when the “no platforms” station style is selected
This commit is contained in:
@@ -339,6 +339,9 @@ static void track_paint_util_draw_station_impl(
|
||||
auto stationObj = ride_get_station_object(ride);
|
||||
const bool hasGreenLight = tileElement->AsTrack()->HasGreenLight();
|
||||
|
||||
if (stationObj != nullptr && stationObj->Flags & STATION_OBJECT_FLAGS::NO_PLATFORMS)
|
||||
return;
|
||||
|
||||
bool hasFence;
|
||||
uint32_t imageId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user