(svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
This commit is contained in:
@@ -303,6 +303,9 @@ static void DrawTile_Industry(TileInfo *ti)
|
||||
|
||||
DrawGroundSprite(image, pal);
|
||||
|
||||
/* If industries are transparent and invisible, do not draw the upper part */
|
||||
if (IsInvisibilitySet(TO_INDUSTRIES)) return;
|
||||
|
||||
/* Add industry on top of the ground? */
|
||||
image = dits->building.sprite;
|
||||
if (image != 0) {
|
||||
|
Reference in New Issue
Block a user