Changeset - r20715:c31b5ec3cb3e
[Not reviewed]
master
0 1 0
frosch - 11 years ago 2013-09-02 18:37:44
frosch@openttd.org
(svn r25753) -Fix [FS#5725] (r25557): If old savegames contain bridges over owned land, keep on drawing the bridges nevertheless.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/object_cmd.cpp
Show inline comments
 
@@ -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)
0 comments (0 inline, 0 general)