station_cmd.c
changeset 3977 edb5b94e2094
parent 3933 a5f08e17f4a0
child 4000 bab1ebc37da0
--- a/station_cmd.c	Wed Jun 07 18:41:58 2006 +0000
+++ b/station_cmd.c	Wed Jun 07 19:35:21 2006 +0000
@@ -5,7 +5,6 @@
 
 #include "stdafx.h"
 #include "openttd.h"
-#include "bridge_map.h"
 #include "debug.h"
 #include "functions.h"
 #include "station_map.h"
@@ -783,10 +782,6 @@
 	int flat_z;
 
 	BEGIN_TILE_LOOP(tile_cur, w, h, tile)
-		if (MayHaveBridgeAbove(tile_cur) && IsBridgeAbove(tile_cur)) {
-			return_cmd_error(STR_5007_MUST_DEMOLISH_BRIDGE_FIRST);
-		}
-
 		if (!EnsureNoVehicle(tile_cur)) return CMD_ERROR;
 
 		tileh = GetTileSlope(tile_cur, &z);