summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-06 22:55:21 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-06 22:55:21 +0000
commitec1edb127a3480e4ae6f6227487fbf50e0206805 (patch)
tree6de8f5e5c1bec31c3b32e8408ca65e97ca559a80 /station_cmd.c
parentb0f40692d8c029167c51d5cd0b39b7c5f4ef0060 (diff)
downloadopenttd-ec1edb127a3480e4ae6f6227487fbf50e0206805.tar.xz
(svn r4763) - Newstations: revert r4762, instead map bit the palette modifier from bit 14 to bit 31 on GRF load.
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 350e4ab02..22c86c82a 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -2060,7 +2060,6 @@ static void DrawTile_Station(TileInfo *ti)
if ((byte)dtss->delta_z != 0x80) {
AddSortableSpriteToDraw(image, ti->x + dtss->delta_x, ti->y + dtss->delta_y, dtss->width, dtss->height, dtss->unk, ti->z + dtss->delta_z);
} else {
- MAKE_TRANSPARENT(image);
AddChildSpriteScreen(image, dtss->delta_x, dtss->delta_y);
}
}