diff options
author | belugas <belugas@openttd.org> | 2006-03-20 16:20:37 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-03-20 16:20:37 +0000 |
commit | f91b027bea3af341ec2713c30b85526a56725561 (patch) | |
tree | 825f4fe648d6d337794e04759ff5a88e7ada884b /table | |
parent | 58f25c00b4778da8178da2ba40cc9f88048f3730 (diff) | |
download | openttd-f91b027bea3af341ec2713c30b85526a56725561.tar.xz |
(svn r3991) -Fix : Last remaining separation of SpriteID from Palette
Diffstat (limited to 'table')
-rw-r--r-- | table/town_land.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/table/town_land.h b/table/town_land.h index 7141077c5..9225761fd 100644 --- a/table/town_land.h +++ b/table/town_land.h @@ -1557,10 +1557,10 @@ static const DrawTownTileStruct _town_draw_tile_data[] = { M(0x1243, 0x1220 | PALETTE_TO_PINK, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1220 | PALETTE_TO_PINK, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1221 | PALETTE_TO_PINK, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x311921f, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x3119220, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x3119220, 0, 0, 16, 16, 50, 0), - M(0x1244, 0x3119221, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x121f | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x1220 | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x1220 | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), + M(0x1244, 0x1221 | PALETTE_TO_MAUVE, 0, 0, 16, 16, 50, 0), M(0x1243, 0x121f | PALETTE_TO_CREAM, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1220 | PALETTE_TO_CREAM, 0, 0, 16, 16, 50, 0), M(0x1243, 0x1220 | PALETTE_TO_CREAM, 0, 0, 16, 16, 50, 0), |