mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-19 13:41:11 +00:00
(svn r25753) -Fix [FS#5725] (r25557): If old savegames contain bridges over owned land, keep on drawing the bridges nevertheless.
This commit is contained in:
parent
e695080caf
commit
938ae194a5
@ -391,7 +391,7 @@ static void DrawTile_Object(TileInfo *ti)
|
||||
DrawNewObjectTile(ti, spec);
|
||||
}
|
||||
|
||||
if (spec->flags & OBJECT_FLAG_ALLOW_UNDER_BRIDGE) DrawBridgeMiddle(ti);
|
||||
DrawBridgeMiddle(ti);
|
||||
}
|
||||
|
||||
static int GetSlopePixelZ_Object(TileIndex tile, uint x, uint y)
|
||||
|
Loading…
Reference in New Issue
Block a user