(BestDistPath): All callers pass MOB_ROAD to parameter mob_type,

remove it.  Callers changed.
This commit is contained in:
Markus Armbruster 2006-06-04 16:49:24 +00:00
parent 0ea38208d1
commit 20c02295a6
5 changed files with 6 additions and 6 deletions

View file

@ -200,7 +200,7 @@ assemble_dist_paths(struct distinfo *distptrs)
/* Now, get the best distribution path over roads */
/* Note we go from the dist center to the sector. This gives
us the import path for that sector. */
path = BestDistPath(buf, dist, sp, &d, MOB_ROAD);
path = BestDistPath(buf, dist, sp, &d);
/* Now, we have a path */
if (path != NULL) {