(svn r15680) -Cleanup: remove redundant comment

This commit is contained in:
smatz 2009-03-12 10:42:02 +00:00
parent 7f650197d7
commit c2834412f7
1 changed files with 0 additions and 1 deletions

View File

@ -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
*/