(SHP_AIROPS_EFF, LND_AIROPS_EFF): New. Use it instead of literal 50.

This commit is contained in:
Markus Armbruster 2004-08-17 18:31:32 +00:00
parent 90a61e245f
commit 4fd7da248a
4 changed files with 11 additions and 6 deletions

View file

@ -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);