summaryrefslogtreecommitdiff
path: root/src/table/build_industry.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-02-07 12:04:44 +0000
committerfrosch <frosch@openttd.org>2010-02-07 12:04:44 +0000
commitfb9b833dc49674ffa98402cb6a66347e0fd8eef5 (patch)
treec67ae3626e8301a6119b320a781592e540296916 /src/table/build_industry.h
parent76dbdca2f87fcd1cbbc6364a2082d63ed2209761 (diff)
downloadopenttd-fb9b833dc49674ffa98402cb6a66347e0fd8eef5.tar.xz
(svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work)
Diffstat (limited to 'src/table/build_industry.h')
-rw-r--r--src/table/build_industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/build_industry.h b/src/table/build_industry.h
index ac3c648fd..c7e7870da 100644
--- a/src/table/build_industry.h
+++ b/src/table/build_industry.h
@@ -1580,7 +1580,7 @@ static const IndustrySpec _origin_industry_specs[NEW_INDUSTRYOFFSET] = {
* @param a2 next frame of animation
* @param a3 chooses between animation or construction state
*/
-#define MT(ca1, c1, ca2, c2, ca3, c3, sl, a1, a2, a3) {{c1, c2, c3}, {ca1, ca2, ca3}, sl, a1, a2, a3, 0, 0xFFFF, 2, 0, 0, true, {INVALID_INDUSTRYTILE, 0, NULL, NULL, INVALID_INDUSTRYTILE}}
+#define MT(ca1, c1, ca2, c2, ca3, c3, sl, a1, a2, a3) {{c1, c2, c3}, {ca1, ca2, ca3}, sl, a1, a2, a3, 0, 0xFFFF, 2, 0, INDTILE_SPECIAL_NONE, true, {INVALID_INDUSTRYTILE, 0, NULL, NULL, INVALID_INDUSTRYTILE}}
static const IndustryTileSpec _origin_industry_tile_specs[NEW_INDUSTRYTILEOFFSET] = {
/* Coal Mine */
MT(0, CT_INVALID, 0, CT_INVALID, 0, CT_INVALID, SLOPE_STEEP, INDUSTRYTILE_NOANIM, INDUSTRYTILE_NOANIM, false),