src/tunnelbridge_cmd.cpp
branchnoai
changeset 9601 b499fdd106d5
parent 9574 698395509d12
child 9620 31e38d28a0af
equal deleted inserted replaced
9600:59cc173953ae 9601:b499fdd106d5
   437 	return cost;
   437 	return cost;
   438 }
   438 }
   439 
   439 
   440 
   440 
   441 /** Build Tunnel.
   441 /** Build Tunnel.
   442  * @param tile start tile of tunnel
   442  * @param start_tile start tile of tunnel
   443  * @param flags type of operation
   443  * @param flags type of operation
   444  * @param p1 railtype, 0x200 for road tunnel
   444  * @param p1 railtype, 0x200 for road tunnel
   445  * @param p2 unused
   445  * @param p2 unused
   446  */
   446  */
   447 int32 CmdBuildTunnel(TileIndex start_tile, uint32 flags, uint32 p1, uint32 p2)
   447 int32 CmdBuildTunnel(TileIndex start_tile, uint32 flags, uint32 p1, uint32 p2)