diff options
author | rubidium <rubidium@openttd.org> | 2009-12-20 14:53:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-20 14:53:32 +0000 |
commit | ee3a44e74f5f24fce5f0d1a975d38453b417201b (patch) | |
tree | 756e8891ae36b21381723f9ab4b7e1ea7b1ea5a4 /src/table | |
parent | 1e1fa9ff2eee6f194e2b3172f1cf0439113f50a6 (diff) | |
download | openttd-ee3a44e74f5f24fce5f0d1a975d38453b417201b.tar.xz |
(svn r18567) -Fix [FS#2613]: [NewGRF] House property 15 did not work
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/town_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/town_land.h b/src/table/town_land.h index e4a810d74..7f678da63 100644 --- a/src/table/town_land.h +++ b/src/table/town_land.h @@ -1810,7 +1810,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, 0, NULL} + 0, NULL, INVALID_HOUSE_ID, 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[] = { /** |