(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff

This commit is contained in:
tron
2005-01-06 11:39:00 +00:00
parent 9a32e38633
commit d3c6855320
21 changed files with 469 additions and 463 deletions

View File

@@ -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),