(move_ground): Drop first parameter of map callback, it's not used.
Callers changed. s_char purge.
This commit is contained in:
parent
06b669924a
commit
a1ce7db238
5 changed files with 41 additions and 42 deletions
|
@ -524,9 +524,9 @@ extern int air_defense(coord, coord, natid, struct emp_qelem *,
|
|||
struct emp_qelem *);
|
||||
/* move.c */
|
||||
extern int check_lmines(coord, coord, double);
|
||||
extern int move_ground(s_char *, struct sctstr *, struct sctstr *,
|
||||
extern int move_ground(struct sctstr *, struct sctstr *,
|
||||
double, s_char *,
|
||||
int (*)(s_char *, coord, coord, s_char *),
|
||||
int (*)(coord, coord, char *),
|
||||
int, int *);
|
||||
extern int fly_map(coord, coord);
|
||||
/* mslsub.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue