Factor out land unit firing range calculation into lnd_fire_range()
This commit is contained in:
parent
ad5f8e8904
commit
76830b5b98
5 changed files with 15 additions and 6 deletions
|
@ -168,6 +168,7 @@ extern int l_dam(struct lchrstr *, int);
|
|||
extern int l_aaf(struct lchrstr *, int);
|
||||
|
||||
extern int lnd_fire(struct lndstr *);
|
||||
extern double lnd_fire_range(struct lndstr *);
|
||||
|
||||
/* src/lib/subs/lndsub.c */
|
||||
extern void lnd_sweep(struct emp_qelem *, int, int, natid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue