navigate march: Drop do_unit_move() parameter together
It's always non-zero now. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
a024dbb8a3
commit
6502ac2a8f
3 changed files with 6 additions and 9 deletions
|
@ -60,7 +60,7 @@ extern int load_comm_ok(struct sctstr *, natid, i_type, int);
|
|||
extern void gift(natid, natid, void *, char *);
|
||||
extern int display_mark(i_type, int);
|
||||
extern int nav_map(int, int, int);
|
||||
extern int do_unit_move(struct emp_qelem *, int *, double *, double *);
|
||||
extern int do_unit_move(struct emp_qelem *, double *, double *);
|
||||
extern int count_pop(int);
|
||||
extern int line_of_sight(char **rad, int ax, int ay, int bx, int by);
|
||||
extern void plane_sona(struct emp_qelem *, int, int, struct shiplist **);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue