diff options
author | smatz <smatz@openttd.org> | 2009-03-12 10:42:02 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-03-12 10:42:02 +0000 |
commit | c2834412f7eb452ce757223606d9375e66132ac2 (patch) | |
tree | 010e8760621d01caf8996ba87326da8a279451e0 | |
parent | 7f650197d75fd577717f652522cfc9c2b5931ef4 (diff) | |
download | openttd-c2834412f7eb452ce757223606d9375e66132ac2.tar.xz |
(svn r15680) -Cleanup: remove redundant comment
-rw-r--r-- | src/autoreplace_cmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/autoreplace_cmd.cpp b/src/autoreplace_cmd.cpp index af7cd1f65..849d6d98e 100644 --- a/src/autoreplace_cmd.cpp +++ b/src/autoreplace_cmd.cpp @@ -342,7 +342,6 @@ static CommandCost CopyHeadSpecificThings(Vehicle *old_head, Vehicle *new_head, /** Replace a single unit in a free wagon chain * @param single_unit vehicle to let autoreplace/renew operator on * @param flags command flags - * @param wagon_removal remove wagons when the resulting chain occupies more tiles than the old did * @param nothing_to_do is set to 'false' when something was done (only valid when not failed) * @return cost or error */ |