diff options
Diffstat (limited to 'road_cmd.c')
-rw-r--r-- | road_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/road_cmd.c b/road_cmd.c index 5afc94129..b189640cb 100644 --- a/road_cmd.c +++ b/road_cmd.c @@ -818,7 +818,7 @@ static void DrawTile_Road(TileInfo *ti) while ((image=drss->image) != 0) { if (image & 0x8000) image |= ormod; - if (!(_display_opt & DO_TRANS_BUILDINGS)) // show transparent depots + if (_display_opt & DO_TRANS_BUILDINGS) // show transparent depots image = (image & 0x3FFF) | 0x3224000; AddSortableSpriteToDraw(image, ti->x | drss->subcoord_x, |