(move_ground): Remove superflous parameter `mobility'. Callers
changed. Edit for clarity. No functional changes.
This commit is contained in:
parent
4fa84b5cb1
commit
cc5d78c2f0
5 changed files with 27 additions and 36 deletions
|
@ -570,7 +570,7 @@ extern int air_defense(coord, coord, natid, struct emp_qelem *,
|
|||
/* move.c */
|
||||
extern int check_lmines(coord, coord, double);
|
||||
extern int move_ground(s_char *, struct sctstr *, struct sctstr *,
|
||||
double, double, s_char *,
|
||||
double, s_char *,
|
||||
int (*)(s_char *, coord, coord, s_char *),
|
||||
int, int *);
|
||||
extern int fly_map(coord, coord);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue