From ef4b0ab5b68c7ce4904eeaec2945682f99dac138 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 25 Jun 2006 17:39:19 +0000 Subject: (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 --- tile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tile.h') 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); -- cgit v1.2.3-54-g00ecf