src/tunnelbridge_cmd.cpp
changeset 6484 79156627e1ba
parent 6427 7dc1012757d8
child 6537 905e947d4b1d
equal deleted inserted replaced
6483:ae78fc3c6b20 6484:79156627e1ba
   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)