(pln_airbase_ok): New parameter noisy to allow suppressing messages.
Check player->cnum only when noisy. Update existing caller to pass 1. No functional change. (mission_pln_airbase_ok): Remove, use pln_airbase_ok() instead. No functional change.
This commit is contained in:
parent
6110e08772
commit
4ced91fe3f
3 changed files with 26 additions and 83 deletions
|
@ -557,6 +557,7 @@ 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_capable(struct plnstr *, int, int);
|
||||
extern int pln_airbase_ok(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