diff options
author | frosch <frosch@openttd.org> | 2012-04-24 19:19:57 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-04-24 19:19:57 +0000 |
commit | fa51dee557773d1aa0b300a6f72f81927b9c42d1 (patch) | |
tree | 0c3cc539aaa05a3cd9c3b7debf911c1dec6d060a | |
parent | 5e59c5cd7f955bcfaf26d2ca456fe7b3e380d5c9 (diff) | |
download | openttd-fa51dee557773d1aa0b300a6f72f81927b9c42d1.tar.xz |
(svn r24177) -Fix (r0) [FS#5148]: The arctic "shops and offices" used the "church" sprite in one of its four views.
-rw-r--r-- | src/table/town_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/town_land.h b/src/table/town_land.h index b7cda0aef..91f37fde0 100644 --- a/src/table/town_land.h +++ b/src/table/town_land.h @@ -1174,7 +1174,7 @@ static const DrawBuildingsTileStruct _town_draw_tile_data[] = { M( SPR_FLAT_BARE_LAND, PAL_NONE, 0x117d, PALETTE_TO_STRUCT_BROWN, 0, 0, 16, 16, 50, 0), M( SPR_FLAT_BARE_LAND, PAL_NONE, 0x117e, PALETTE_TO_STRUCT_BROWN, 0, 0, 16, 16, 50, 0), M( SPR_FLAT_BARE_LAND, PAL_NONE, 0x11e1, PALETTE_TO_STRUCT_BROWN, 0, 0, 16, 16, 50, 0), - M( SPR_CONCRETE_GROUND,PAL_NONE, 0x11e3, PALETTE_TO_STRUCT_BROWN, 0, 0, 16, 16, 50, 0), + M( SPR_CONCRETE_GROUND,PAL_NONE, 0x11e1, PALETTE_TO_STRUCT_BROWN, 0, 0, 16, 16, 50, 0), M( SPR_FLAT_BARE_LAND, PAL_NONE, 0x117d, PALETTE_TO_STRUCT_WHITE, 0, 0, 16, 16, 50, 0), M( SPR_FLAT_BARE_LAND, PAL_NONE, 0x117e, PALETTE_TO_STRUCT_WHITE, 0, 0, 16, 16, 50, 0), M( SPR_FLAT_BARE_LAND, PAL_NONE, 0x11e1, PALETTE_TO_STRUCT_WHITE, 0, 0, 16, 16, 50, 0), |