summaryrefslogtreecommitdiff
path: root/industry_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'industry_cmd.c')
-rw-r--r--industry_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/industry_cmd.c b/industry_cmd.c
index 81ef17810..80410febb 100644
--- a/industry_cmd.c
+++ b/industry_cmd.c
@@ -307,7 +307,7 @@ static void DrawTile_Industry(TileInfo *ti)
if (image&0x8000 && (image & 0xFFFF0000) == 0)
image |= ormod;
- if (!(_display_opt & DO_TRANS_BUILDINGS))
+ if (_display_opt & DO_TRANS_BUILDINGS)
image = (image & 0x3FFF) | 0x3224000;
AddSortableSpriteToDraw(image,
@@ -318,7 +318,7 @@ static void DrawTile_Industry(TileInfo *ti)
dits->dz,
z);
- if (!(_display_opt & DO_TRANS_BUILDINGS))
+ if (_display_opt & DO_TRANS_BUILDINGS)
return;
}