From 646fbb628aa1e19a19d02a3ad8abf24146fe5a12 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 19 Aug 2010 20:42:00 +0000 Subject: (svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit --- src/group_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/group_cmd.cpp') diff --git a/src/group_cmd.cpp b/src/group_cmd.cpp index 725acab3e..d10c24f9d 100644 --- a/src/group_cmd.cpp +++ b/src/group_cmd.cpp @@ -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 */ -- cgit v1.2.3-54-g00ecf