src/table/industry_land.h
branchnoai
changeset 9703 d2a6acdbd665
parent 9625 3301b1b3889c
child 10429 1b99254f9607
--- a/src/table/industry_land.h	Sun Sep 09 21:14:29 2007 +0000
+++ b/src/table/industry_land.h	Sun Sep 23 07:37:38 2007 +0000
@@ -39,7 +39,7 @@
  * @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] = {