summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-03-20 16:20:37 +0000
committerbelugas <belugas@openttd.org>2006-03-20 16:20:37 +0000
commit7bedab1a401c07ae67035d396344ef456945f993 (patch)
tree825f4fe648d6d337794e04759ff5a88e7ada884b
parenteb85fcb57be49632786491dcc226abe7bbf05eb9 (diff)
downloadopenttd-7bedab1a401c07ae67035d396344ef456945f993.tar.xz
(svn r3991) -Fix : Last remaining separation of SpriteID from Palette
-rw-r--r--table/town_land.h8
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),