(svn r14567) -Revert (part of 14566): don't commit testing stuff...

This commit is contained in:
rubidium
2008-11-07 18:02:46 +00:00
parent c7f3935506
commit 13ee151a69
3 changed files with 1 additions and 26 deletions

View File

@@ -2108,8 +2108,6 @@ static void TileLoop_Track(TileIndex tile)
RailGroundType old_ground = GetRailGroundType(tile);
RailGroundType new_ground;
UpdateStat(tile, !EnsureNoVehicleOnGround(tile));
if (old_ground == RAIL_GROUND_WATER) {
TileLoop_Water(tile);
return;