station_cmd.c
changeset 2148 47ba4a1b1c3b
parent 2140 d708eb80ab8b
child 2163 637ec3c361f5
--- a/station_cmd.c	Wed Jul 20 22:02:58 2005 +0000
+++ b/station_cmd.c	Wed Jul 20 22:05:13 2005 +0000
@@ -2188,7 +2188,7 @@
 		image = dtss->image + relocation;
 		image += type_offset;
 		if (_display_opt & DO_TRANS_BUILDINGS) {
-			image = (image & 0x3FFF) | 0x03224000;
+			MAKE_TRANSPARENT(image);
 		} else {
 			if (image&0x8000) image |= image_or_modificator;
 		}