summaryrefslogtreecommitdiff
path: root/src/table/town_land.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-14 21:32:21 +0000
committerrubidium <rubidium@openttd.org>2007-09-14 21:32:21 +0000
commit556035f4489176ecc9863f80cccbcfc9070d2e66 (patch)
tree610e715e0ab7e0e4a64eca846860b21027cc518d /src/table/town_land.h
parentc6c313991488c9276e7b87495be36dc3b7f9501e (diff)
downloadopenttd-556035f4489176ecc9863f80cccbcfc9070d2e66.tar.xz
(svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.
Diffstat (limited to 'src/table/town_land.h')
-rw-r--r--src/table/town_land.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/town_land.h b/src/table/town_land.h
index 3e5b244bb..89d7d30a1 100644
--- a/src/table/town_land.h
+++ b/src/table/town_land.h
@@ -15,7 +15,7 @@
* @param dz the virtual height of the sprite
* @param p set to 1 if a lift is present ()
* @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 of houses graphics*/
static const DrawBuildingsTileStruct _town_draw_tile_data[] = {