(BestDistPath): All callers pass MOB_ROAD to parameter mob_type,
remove it. Callers changed.
This commit is contained in:
parent
0ea38208d1
commit
20c02295a6
5 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue