diff options
Diffstat (limited to 'src/table/industry_land.h')
-rw-r--r-- | src/table/industry_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/industry_land.h b/src/table/industry_land.h index cbab09c43..1f41101fa 100644 --- a/src/table/industry_land.h +++ b/src/table/industry_land.h @@ -39,7 +39,7 @@ struct DrawIndustryCoordinates { * @param dz virtual height of the sprite * @param p this allows to specify a special drawing procedure. * @see DrawBuildingsTileStruct */ -#define M(s1, p1, s2, p2, sx, sy, w, h, dz, p) { { s1, p1 }, { s2, p2 }, sx, sy, w - 1, h - 1, dz, p } +#define M(s1, p1, s2, p2, sx, sy, w, h, dz, p) { { s1, p1 }, { s2, p2 }, sx, sy, w, h, dz, p } /** Structure for industry tiles drawing */ static const DrawBuildingsTileStruct _industry_draw_tile_data[NEW_INDUSTRYTILEOFFSET * 4] = { |