Loading

Paste #p8lhopogz

  1. /**
  2.  * Build a Bridge
  3.  * @param end_tile end tile
  4.  * @param flags type of operation
  5.  * @param p1 various bitstuffed elements
  6.  * - p1 = (bit  0-23) - start tile coords (~ dx)
  7.  * - p1 = (bit 24-25) - transport type.
  8.  * @param p2 various bitstuffed elements
  9.  * - p2 = (bit  0- 7) - bridge type (hi bh)
  10.  * - p2 = (bit  8-13) - rail type or road types.
  11.  * - p2 = (bit 16-31) - town index
  12.  * @param text unused
  13.  * @return the cost of this operation or an error
  14.  */

Comments