summaryrefslogtreecommitdiff
path: root/tree_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-28 19:18:27 +0000
committertron <tron@openttd.org>2005-07-28 19:18:27 +0000
commit0e64dc50b6d4dd53c3585c2d4cf5691883caf782 (patch)
tree2800d305d092d91d6d0f57dd943a740b5b26676c /tree_cmd.c
parentbc6570ae69a7f0cb602eaa7bcf1753136307d6d5 (diff)
downloadopenttd-0e64dc50b6d4dd53c3585c2d4cf5691883caf782.tar.xz
(svn r2738) Small bit fiddling cleanup
Diffstat (limited to 'tree_cmd.c')
-rw-r--r--tree_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree_cmd.c b/tree_cmd.c
index fcd75ac37..3690b80ab 100644
--- a/tree_cmd.c
+++ b/tree_cmd.c
@@ -264,7 +264,7 @@ static void DrawTile_Trees(TileInfo *ti)
DrawHillyLandTile(ti);
}
- DrawClearLandFence(ti, _m[ti->tile].m4 >> 2);
+ DrawClearLandFence(ti);
z = ti->z;
if (ti->tileh != 0) {