From 938ae194a5ad952d10c14c7de354f6f051fef6f9 Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 2 Sep 2013 18:37:44 +0000 Subject: (svn r25753) -Fix [FS#5725] (r25557): If old savegames contain bridges over owned land, keep on drawing the bridges nevertheless. --- src/object_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object_cmd.cpp b/src/object_cmd.cpp index 9ba2ba83c..431e9fe05 100644 --- a/src/object_cmd.cpp +++ b/src/object_cmd.cpp @@ -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) -- cgit v1.2.3-54-g00ecf