diff options
author | rubidium <rubidium@openttd.org> | 2007-07-08 09:35:39 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-07-08 09:35:39 +0000 |
commit | 640421fb7996f5b5f7fbc360ff5428e945fd6b03 (patch) | |
tree | 35089eac044124a410e0150ef758171d3c3a54f1 | |
parent | 7ba2e75f3ec54fdb9b472a29740468f69cc379fe (diff) | |
download | openttd-640421fb7996f5b5f7fbc360ff5428e945fd6b03.tar.xz |
(svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) group related actions.
-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 |