(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:
parent
abb9ae2338
commit
6fdac645ba
3 changed files with 51 additions and 133 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue