From a2cec54c9d880243617b16972528e305d743014d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 5 Apr 2007 07:49:04 +0000 Subject: (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 582a3e05e..740321b01 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -1959,7 +1959,7 @@ static void DrawTile_Station(TileInfo *ti) } SpriteID pal; - if (_display_opt & DO_TRANS_BUILDINGS) { + if (HASBIT(_transparent_opt, TO_BUILDINGS)) { SETBIT(image, PALETTE_MODIFIER_TRANSPARENT); pal = PALETTE_TO_TRANSPARENT; } else if (HASBIT(image, PALETTE_MODIFIER_COLOR)) { -- cgit v1.2.3-54-g00ecf