diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c --- a/tunnelbridge_cmd.c +++ b/tunnelbridge_cmd.c @@ -344,7 +344,7 @@ int32 CmdBuildBridge(TileIndex end_tile, break; case MP_STREET: - if (GetRoadTileType(tile) != ROAD_TILE_NORMAL) goto not_valid_below; + if (GetRoadTileType(tile) == ROAD_TILE_DEPOT) goto not_valid_below; break; case MP_TUNNELBRIDGE: