K 10
svn:author
V 3
per
K 8
svn:date
V 27
2007-02-11T23:34:50.530718Z
K 7
svn:log
V 525
Remove the second parameter to find_transporter_for_unit(), which
is already known. Add function could_unit_load() which checks if a 
given transporter could add a unit as cargo, were it on the same tile.
Since find_transporter_for_unit() calls can_unit_load(), it is
meaningless to call the latter on results from the former. Remove such
usages. Make use of all checks in could_unit_load() in
find_transport_from_tile(), instead of the smaller and duplicating
list of checks there that seemed to make no sense. See PR#35641

END
