(svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit

This commit is contained in:
rubidium
2010-08-19 20:42:00 +00:00
parent 0d018b5840
commit b07f2beb67
6 changed files with 14 additions and 14 deletions

View File

@@ -205,7 +205,7 @@ CommandCost CmdRenameGroup(TileIndex tile, DoCommandFlag flags, uint32 p1, uint3
* @param p1 index of array group
* - p1 bit 0-15 : GroupID
* @param p2 vehicle to add to a group
* - p2 bit 0-15 : VehicleID
* - p2 bit 0-19 : VehicleID
* @param text unused
* @return the cost of this operation or an error
*/