(pln_arm): Change parameter mission from int to char to clearly
document its use.
This commit is contained in:
parent
a292d6f98a
commit
384555b811
2 changed files with 2 additions and 2 deletions
|
@ -556,7 +556,7 @@ extern void pln_dropoff(struct emp_qelem *, struct ichrstr *,
|
|||
extern void pln_mine(struct emp_qelem *list, struct sctstr *sectp);
|
||||
extern void pln_sel(struct nstr_item *, struct emp_qelem *,
|
||||
struct sctstr *, int, int, int, int);
|
||||
extern int pln_arm(struct emp_qelem *, int, int, struct ichrstr *,
|
||||
extern int pln_arm(struct emp_qelem *, int, char, struct ichrstr *,
|
||||
int, int);
|
||||
extern int pln_mobcost(int, struct plnstr *, int);
|
||||
extern void pln_put(struct emp_qelem *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue