mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 20:34:41 +00:00
(svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) group related actions.
This commit is contained in:
parent
7ba2e75f3e
commit
640421fb79
@ -90,7 +90,7 @@ static WindowClass GetWCForVT(VehicleType vt)
|
||||
|
||||
|
||||
/**
|
||||
* Add a vehicle to a group
|
||||
* Create a new vehicle group.
|
||||
* @param tile unused
|
||||
* @param p1 vehicle type
|
||||
* @param p2 unused
|
||||
@ -117,7 +117,7 @@ CommandCost CmdCreateGroup(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
||||
|
||||
|
||||
/**
|
||||
* Add a vehicle to a group
|
||||
* Add all vehicles in the given group to the default group and then deletes the group.
|
||||
* @param tile unused
|
||||
* @param p1 index of array group
|
||||
* - p1 bit 0-15 : GroupID
|
||||
|
Loading…
Reference in New Issue
Block a user