(move_ground): Remove superflous parameter `mobility'. Callers

changed.  Edit for clarity.  No functional changes.
This commit is contained in:
Markus Armbruster 2004-02-15 21:27:41 +00:00
parent 4fa84b5cb1
commit cc5d78c2f0
5 changed files with 27 additions and 36 deletions

View file

@ -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);