mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-24 04:34:16 +01:00
Change: Hide bridge pillars if obstructed by tile below.
Tiles can now control if pillars are drawn on a bridge above it. There is no visible change with default bridges.
This commit is contained in:
committed by
Peter Nelson
parent
48b42492bc
commit
0a1c0b8b48
@@ -483,7 +483,7 @@ static void DrawTile_Object(TileInfo *ti)
|
||||
DrawNewObjectTile(ti, spec);
|
||||
}
|
||||
|
||||
DrawBridgeMiddle(ti);
|
||||
DrawBridgeMiddle(ti, {});
|
||||
}
|
||||
|
||||
static int GetSlopePixelZ_Object(TileIndex tile, uint x, uint y, bool)
|
||||
|
||||
Reference in New Issue
Block a user