(mission_pln_wanted): Broken like its cousin pln_wanted() was, only
more so: additionally, any of P_E, P_K, P_L satisfied any subset of P_E, P_K, P_L. Chainsaw fixed this one in plnsub.c, but not here. Remove, use the fixed pln_wanted() instead. (pln_wanted): External linkage.
This commit is contained in:
parent
684bac5b1d
commit
98105c9561
3 changed files with 3 additions and 63 deletions
|
@ -556,6 +556,7 @@ extern int put_plane_on_ship(struct plnstr *, struct shpstr *);
|
|||
extern void pln_dropoff(struct emp_qelem *, struct ichrstr *,
|
||||
coord, coord, void *, int);
|
||||
extern void pln_mine(struct emp_qelem *list, struct sctstr *sectp);
|
||||
extern int pln_wanted(struct plnstr *, int, int);
|
||||
extern void pln_sel(struct nstr_item *, struct emp_qelem *,
|
||||
struct sctstr *, int, int, int, int);
|
||||
extern int pln_arm(struct emp_qelem *, int, char, struct ichrstr *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue