(lnd_fortify): New, factored out of fort().

(fort): Use it; no functional changes.
(is_engineer): Move to logical place, external linkage.
This commit is contained in:
Markus Armbruster 2004-01-28 09:31:22 +00:00
parent ab01edbe46
commit f7faeb6470
5 changed files with 67 additions and 52 deletions

View file

@ -226,7 +226,7 @@ extern int lnd_hardtarget(struct lndstr *);
extern int lnd_mar_one_sector(struct emp_qelem *, int, natid, int);
extern int lnd_support(natid, natid, coord, coord);
extern int lnd_can_attack(struct lndstr *);
extern int lnd_fortify (struct lndstr *lp, int hard_amt);
void landdamage();
void lnd_nav();