Fix wrong bit-allocation in doc comment of CmdModifyOrder.

This commit is contained in:
Jonathan G Rennison
2016-09-03 21:55:51 +01:00
parent 761463d134
commit 376a45d9fc

View File

@@ -1339,7 +1339,7 @@ CommandCost CmdMoveOrder(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32
* @param flags operation to perform
* @param p1 various bitstuffed elements
* - p1 = (bit 0 - 19) - ID of the vehicle
* - p1 = (bit 24 - 31) - the selected order (if any). If the last order is given,
* - p1 = (bit 20 - 27) - the selected order (if any). If the last order is given,
* the order will be inserted before that one
* the maximum vehicle order id is 254.
* @param p2 various bitstuffed elements