From 00f0bf98ee3612899bcd6e71c34694cc8f69838c Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Apr 2008 11:47:22 +0000 Subject: (svn r12751) -Codechange: do what has been done in r11862 in a different way so it uses less memory. --- src/table/town_land.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/town_land.h') diff --git a/src/table/town_land.h b/src/table/town_land.h index ea46f1157..89d7d30a1 100644 --- a/src/table/town_land.h +++ b/src/table/town_land.h @@ -1803,7 +1803,7 @@ assert_compile(lengthof(_town_draw_tile_data) == (NEW_HOUSE_OFFSET) * 4 * 4); * @see HouseSpec */ #define MS(mnd, mxd, p, rc, bn, rr, mg, ca1, ca2, ca3, bf, ba, cg1, cg2, cg3) \ - {mnd, mxd, p, rc, GRFMappedStringID(bn, 0), rr, mg, {ca1, ca2, ca3}, {cg1, cg2, cg3}, bf, ba, true, \ + {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} /** House specifications from original data */ static const HouseSpec _original_house_specs[] = { -- cgit v1.2.3-54-g00ecf