(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

@ -320,7 +320,7 @@ extern void bp_enable_cachepath(void);
extern void bp_disable_cachepath(void);
extern void bp_clear_cachepath(void);
extern char *BestDistPath(char *, struct sctstr *, struct sctstr *,
double *, int);
double *);
extern char *BestLandPath(char *, struct sctstr *, struct sctstr *,
double *, int);
extern char *BestShipPath(char *, int, int, int, int, int);