From f8c95a1dbeac23296cacc83ae25d2a8b352cd83d Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 6 Jan 2005 11:39:00 +0000 Subject: (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff --- table/build_industry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'table/build_industry.h') 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), -- cgit v1.2.3-54-g00ecf