diff options
author | tron <tron@openttd.org> | 2006-06-25 17:39:19 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-06-25 17:39:19 +0000 |
commit | f6b15f9fc446ed90212a1051852befee3975ffa3 (patch) | |
tree | 8be173cf3faba9d3725ea465a306b5929b8d7595 /rail_cmd.c | |
parent | 1423445050bc082344ad3433204372e478309cf5 (diff) | |
download | openttd-f6b15f9fc446ed90212a1051852befee3975ffa3.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 'rail_cmd.c')
-rw-r--r-- | rail_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |