From d3f5b7da3ea3079511d75438131bedfd98586b05 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 31 Aug 2006 12:19:32 +0000 Subject: (svn r6268) Remove now pointless assignment (followup of r6267) --- 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 ac547d6af..dad84f79b 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -1757,7 +1757,7 @@ static void AnimateTile_Track(TileIndex tile) static void TileLoop_Track(TileIndex tile) { RailGroundType old_ground = GetRailGroundType(tile); - RailGroundType new_ground = old_ground; + RailGroundType new_ground; switch (_opt.landscape) { case LT_HILLY: -- cgit v1.2.3-54-g00ecf