diff options
author | belugas <belugas@openttd.org> | 2007-05-30 02:08:18 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-05-30 02:08:18 +0000 |
commit | 425ea508543d3473f1759530154b08cf1e51bfc4 (patch) | |
tree | a711c93d07a7369596405f41e1ddda86c87af7bd /src/table | |
parent | f8491407d01175048629a88f7dbd000108a3ed1a (diff) | |
download | openttd-425ea508543d3473f1759530154b08cf1e51bfc4.tar.xz |
(svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing"
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/industry_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/industry_land.h b/src/table/industry_land.h index 61ce5e0d8..cbab09c43 100644 --- a/src/table/industry_land.h +++ b/src/table/industry_land.h @@ -42,7 +42,7 @@ struct DrawIndustryCoordinates { #define M(s1, p1, s2, p2, sx, sy, w, h, dz, p) { { s1, p1 }, { s2, p2 }, sx, sy, w - 1, h - 1, dz, p } /** Structure for industry tiles drawing */ -static const DrawBuildingsTileStruct _industry_draw_tile_data[NUM_INDUSTRY_GFXES * 4] = { +static const DrawBuildingsTileStruct _industry_draw_tile_data[NEW_INDUSTRYTILEOFFSET * 4] = { M( 0xf54, PAL_NONE, 0x7db, PAL_NONE, 7, 0, 9, 9, 10, 0), M( 0xf54, PAL_NONE, 0x7dc, PAL_NONE, 7, 0, 9, 9, 30, 0), M( 0xf54, PAL_NONE, 0x7dd, PAL_NONE, 7, 0, 9, 9, 30, 0), |