diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/group_cmd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/group_cmd.cpp b/src/group_cmd.cpp index 782324799..c23a513a9 100644 --- a/src/group_cmd.cpp +++ b/src/group_cmd.cpp @@ -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 |