From f6b15f9fc446ed90212a1051852befee3975ffa3 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 --- rail_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rail_cmd.c') diff --git a/rail_cmd.c b/rail_cmd.c index 1039509f9..005072016 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -105,7 +105,7 @@ static bool CheckTrackCombination(TileIndex tile, TrackBits to_build, uint flags } -const TrackBits _valid_tileh_slopes[2][15] = { +static const TrackBits _valid_tileh_slopes[][15] = { // set of normal ones { -- cgit v1.2.3-54-g00ecf