(can_be_on_ship, could_be_on_ship): Take pointer rather than UID
arguments. Rename. Callers changed.
This commit is contained in:
parent
51165cf3fc
commit
d3fcc89f56
4 changed files with 11 additions and 16 deletions
|
@ -551,7 +551,7 @@ extern int pln_onewaymission(struct sctstr *, int *, int *);
|
|||
extern int pln_oneway_to_carrier_ok(struct emp_qelem *,
|
||||
struct emp_qelem *, int);
|
||||
extern void pln_newlanding(struct emp_qelem *, coord, coord, int);
|
||||
extern int can_be_on_ship(int, int);
|
||||
extern int could_be_on_ship(struct plnstr *, struct shpstr *);
|
||||
extern int put_plane_on_ship(struct plnstr *, struct shpstr *);
|
||||
extern void pln_dropoff(struct emp_qelem *, struct ichrstr *,
|
||||
coord, coord, void *, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue