summaryrefslogtreecommitdiff
path: root/table/build_industry.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-06 11:39:00 +0000
committertron <tron@openttd.org>2005-01-06 11:39:00 +0000
commitf8c95a1dbeac23296cacc83ae25d2a8b352cd83d (patch)
treef875975dc056d7d3fea370018fa0bdf62837fd3e /table/build_industry.h
parent790b03c7071388addd4cb064e473e96f8e1f12e0 (diff)
downloadopenttd-f8c95a1dbeac23296cacc83ae25d2a8b352cd83d.tar.xz
(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff
Diffstat (limited to 'table/build_industry.h')
-rw-r--r--table/build_industry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/build_industry.h b/table/build_industry.h
index 88b02e822..ffd789037 100644
--- a/table/build_industry.h
+++ b/table/build_industry.h
@@ -1,6 +1,6 @@
-#define MK(x,y, m) {TILE_XY(x,y), m}
+#define MK(x,y, m) {{x, y}, m}
-#define MKEND {-0x8000, 0}
+#define MKEND {{-0x80, 0}, 0}
static const IndustryTileTable _tile_table_coal_mine_0[] = {
MK(1,1, 0),