(bestownedpath, owned_and_navigable): Terrain parameter isn't really

used, remove it.  Use null bigmap argument to ignore terrain (flying),
non-null for navigation.  Callers changed.
This commit is contained in:
Markus Armbruster 2006-04-05 09:50:45 +00:00
parent abb9ae2338
commit 6fdac645ba
3 changed files with 51 additions and 133 deletions

View file

@ -258,8 +258,7 @@ int zdon(void);
* src/lib/common/ *.c
*/
/* bestpath.c */
extern s_char *bestownedpath(s_char *, s_char *, int, int, int,
int, s_char *, int);
extern char *bestownedpath(char *, char *, int, int, int, int, int);
/* bridgefall.c */
extern void bridgefall(struct sctstr *, struct emp_qelem *);
extern void knockdown(struct sctstr *, struct emp_qelem *);