Mercurial > hg > openttd
changeset 6739:60aa5e155bc2 draft
(svn r9972) -Fix (r9969): silence a warning.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Tue, 29 May 2007 08:20:38 +0000 |
parents | 6caeba8fcd4d |
children | a53e2be1aadc |
files | src/table/build_industry.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/table/build_industry.h +++ b/src/table/build_industry.h @@ -1530,7 +1530,7 @@ * @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, 0, 0, NULL, NULL, 0, true} +#define MT(ca1, c1, ca2, c2, ca3, c3, sl, a1, a2, a3) {{c1, c2, c3}, {ca1, ca2, ca3}, sl, a1, a2, a3, 0, {0, 0, NULL, NULL, 0, true}} static const IndustryTileSpec _industry_tile_specs[] = { /* Coal Mine */ MT(0, CT_INVALID, 0, CT_INVALID, 0, CT_INVALID, SLOPE_STEEP, INDUTILE_NOANIM, INDUTILE_NOANIM, false),