summaryrefslogtreecommitdiff
path: root/tile.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-25 17:39:19 +0000
committertron <tron@openttd.org>2006-06-25 17:39:19 +0000
commitef4b0ab5b68c7ce4904eeaec2945682f99dac138 (patch)
tree8be173cf3faba9d3725ea465a306b5929b8d7595 /tile.h
parent5f29205e94cd1802d3b7c8e40815023620cc5240 (diff)
downloadopenttd-ef4b0ab5b68c7ce4904eeaec2945682f99dac138.tar.xz
(svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228
They were all aimed at fixing the terraform-into-tunnel problem, but introduced new sideeffects while doing so
Diffstat (limited to 'tile.h')
-rw-r--r--tile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tile.h b/tile.h
index c2c0f0168..98ece8c3c 100644
--- a/tile.h
+++ b/tile.h
@@ -27,7 +27,6 @@ typedef enum TropicZones {
TROPICZONE_RAINFOREST = 2,
} TropicZone;
-Slope GetTileh(uint n, uint w, uint e, uint s, uint *h);
Slope GetTileSlope(TileIndex tile, uint *h);
uint GetTileZ(TileIndex tile);
uint GetTileMaxZ(TileIndex tile);