(SHP_AIROPS_EFF, LND_AIROPS_EFF): New. Use it instead of literal 50.
This commit is contained in:
parent
90a61e245f
commit
4fd7da248a
4 changed files with 11 additions and 6 deletions
|
@ -194,6 +194,10 @@ struct llist {
|
|||
int supplied;
|
||||
};
|
||||
|
||||
enum {
|
||||
LND_AIROPS_EFF = 50 /* min. efficiency for air ops */
|
||||
};
|
||||
|
||||
/* src/lib/subs/lndsub.c */
|
||||
extern void lnd_sweep(struct emp_qelem *, int, int, natid);
|
||||
extern int lnd_interdict(struct emp_qelem *, coord, coord, natid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue