From 25a63ec7af6fadb2d33ef84f79597c14b10e7f39 Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 2 Jun 2006 13:05:41 +0000 Subject: (svn r5070) Merged the bridge branch -Feature: Bridges can now be placed above: Any railway track combination (excluding depots and waypoints) Any road combination (excluding depots) Clear tiles (duh), including fields Tunnel entrances Bridge heads Thanks to Tron for idea and implementation, KUDr for the yapf synchronization and many others for hours of testing There are still a number of visual problems remaining, especially when electric railways are on or under the bridge. DO NOT REPORT THOSE BUGS FOR THE TIME BEING please. --- vehicle.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index 5d22820be..aecb3c0af 100644 --- a/vehicle.h +++ b/vehicle.h @@ -286,7 +286,6 @@ uint32 VehicleEnterTile(Vehicle *v, TileIndex tile, int x, int y); StringID VehicleInTheWayErrMsg(const Vehicle* v); Vehicle *FindVehicleBetween(TileIndex from, TileIndex to, byte z); -TileIndex GetVehicleOutOfTunnelTile(const Vehicle *v); bool UpdateSignalsOnSegment(TileIndex tile, DiagDirection direction); void SetSignalsOnBothDir(TileIndex tile, byte track); -- cgit v1.2.3-54-g00ecf