summaryrefslogtreecommitdiff
path: root/table/town_land.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-04-24 21:10:56 +0000
committerbelugas <belugas@openttd.org>2006-04-24 21:10:56 +0000
commit31c0641bd34036decfe50e363edfad0e1e71f060 (patch)
treed080bac8a9cda725440a23acb119e6257fe7731c /table/town_land.h
parentca367408bb89eeaedd280b2fa0c440611b32e5ed (diff)
downloadopenttd-31c0641bd34036decfe50e363edfad0e1e71f060.tar.xz
(svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures toguether.
Diffstat (limited to 'table/town_land.h')
-rw-r--r--table/town_land.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/town_land.h b/table/town_land.h
index 9225761fd..c9a940fb8 100644
--- a/table/town_land.h
+++ b/table/town_land.h
@@ -28,7 +28,7 @@ enum {
*/
#define M(s1, s2, sx, sy, w, h, dz, p) {s1, s2, sx, sy, w - 1, h - 1, dz, p}
-static const DrawTownTileStruct _town_draw_tile_data[] = {
+static const DrawBuildingsTileStruct _town_draw_tile_data[] = {
M( 0xf54, 0x58d, 0, 0, 14, 14, 8, 0),
M( 0xf54, 0x58e, 0, 0, 14, 14, 60, 0),
M( 0xf54, 0x58f, 0, 0, 14, 14, 60, 0),