equal
deleted
inserted
replaced
438 return cost; |
438 return cost; |
439 } |
439 } |
440 |
440 |
441 |
441 |
442 /** Build Tunnel. |
442 /** Build Tunnel. |
443 * @param tile start tile of tunnel |
443 * @param start_tile start tile of tunnel |
444 * @param flags type of operation |
444 * @param flags type of operation |
445 * @param p1 railtype, 0x200 for road tunnel |
445 * @param p1 railtype, 0x200 for road tunnel |
446 * @param p2 unused |
446 * @param p2 unused |
447 */ |
447 */ |
448 int32 CmdBuildTunnel(TileIndex start_tile, uint32 flags, uint32 p1, uint32 p2) |
448 int32 CmdBuildTunnel(TileIndex start_tile, uint32 flags, uint32 p1, uint32 p2) |