summaryrefslogtreecommitdiff
path: root/waypoint.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-07 19:35:21 +0000
committertron <tron@openttd.org>2006-06-07 19:35:21 +0000
commit7fd88e57981e15cd8f2c11a2134e289dbe1b856e (patch)
tree5a6fb4aa93546ad194301d231de10ba5370ccc6f /waypoint.c
parent8992f9cb2bf20a1615f99735d13ade6b2535cbcf (diff)
downloadopenttd-7fd88e57981e15cd8f2c11a2134e289dbe1b856e.tar.xz
(svn r5155) - Remove the bridge branch merge (revision r5070)
Diffstat (limited to 'waypoint.c')
-rw-r--r--waypoint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/waypoint.c b/waypoint.c
index 519abedfb..7d4efd0a1 100644
--- a/waypoint.c
+++ b/waypoint.c
@@ -9,7 +9,6 @@
#include "map.h"
#include "order.h"
#include "rail_map.h"
-#include "bridge_map.h"
#include "saveload.h"
#include "station.h"
#include "tile.h"
@@ -202,8 +201,6 @@ int32 CmdBuildTrainWaypoint(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
return_cmd_error(STR_0007_FLAT_LAND_REQUIRED);
}
- if (MayHaveBridgeAbove(tile) && IsBridgeAbove(tile)) return_cmd_error(STR_5007_MUST_DEMOLISH_BRIDGE_FIRST);
-
/* Check if there is an already existing, deleted, waypoint close to us that we can reuse. */
wp = FindDeletedWaypointCloseTo(tile);
if (wp == NULL) {