summaryrefslogtreecommitdiff
path: root/src/table/town_land.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-05-10 16:03:06 +0000
committermaedhros <maedhros@openttd.org>2007-05-10 16:03:06 +0000
commit304075b3890b5fb9b060d007f10e5de66a19fdae (patch)
treefb98ee0f7bcded9ffb061f6e7d4b0448d35332db /src/table/town_land.h
parentacf54966812bcd03aa0122a46288ba39ebb0e5cb (diff)
downloadopenttd-304075b3890b5fb9b060d007f10e5de66a19fdae.tar.xz
(svn r9823) -Feature: Add support for house property 1F - minimum life span.
Diffstat (limited to 'src/table/town_land.h')
-rw-r--r--src/table/town_land.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/town_land.h b/src/table/town_land.h
index 3469b91ac..3e5b244bb 100644
--- a/src/table/town_land.h
+++ b/src/table/town_land.h
@@ -1804,7 +1804,7 @@ assert_compile(lengthof(_town_draw_tile_data) == (NEW_HOUSE_OFFSET) * 4 * 4);
*/
#define MS(mnd, mxd, p, rc, bn, rr, mg, ca1, ca2, ca3, bf, ba, cg1, cg2, cg3) \
{mnd, mxd, p, rc, bn, rr, mg, {ca1, ca2, ca3}, {cg1, cg2, cg3}, bf, ba, true, \
- 0, NULL, 0, 0, {0, 0, 0, 0}, 16, NO_EXTRA_FLAG, HOUSE_NO_CLASS, 0, 2, 0, 0, NULL}
+ 0, NULL, 0, 0, {0, 0, 0, 0}, 16, NO_EXTRA_FLAG, HOUSE_NO_CLASS, 0, 2, 0, 0, 0, NULL}
/** House specifications from original data */
static const HouseSpec _original_house_specs[] = {
/**