diff options
author | michi_cc <michi_cc@openttd.org> | 2011-10-31 22:31:40 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2011-10-31 22:31:40 +0000 |
commit | e094d7db624b69d2f0121e84e07abdb821f45ec9 (patch) | |
tree | 48fc1d4db1dd49d16838af094d6db5c323c7398d /src/table | |
parent | f66cd97776cd73c653fad685c9a74538b4d8a2a8 (diff) | |
download | openttd-e094d7db624b69d2f0121e84e07abdb821f45ec9.tar.xz |
(svn r23072) -Feature: [NewGRF] House callback 0x148.
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 402ad9d4d..b7cda0aef 100644 --- a/src/table/town_land.h +++ b/src/table/town_land.h @@ -1813,7 +1813,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, \ - GRFFileProps(INVALID_HOUSE_ID), 0, {0, 0, 0, 0}, 16, NO_EXTRA_FLAG, HOUSE_NO_CLASS, {0, 2, 0, 0}, 0, 0} + GRFFileProps(INVALID_HOUSE_ID), 0, {0, 0, 0, 0}, 16, NO_EXTRA_FLAG, HOUSE_NO_CLASS, {0, 2, 0, 0}, 0, 0, 0} /** House specifications from original data */ static const HouseSpec _original_house_specs[] = { /** |