(svn r4763) - Newstations: revert r4762, instead map bit the palette modifier from bit 14 to bit 31 on GRF load.

This commit is contained in:
peter1138
2006-05-06 22:55:21 +00:00
parent b0f40692d8
commit ec1edb127a
2 changed files with 9 additions and 2 deletions

View File

@@ -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);
}
}