Remove unused variables in disabled lnd_fort_interdiction()
This commit is contained in:
parent
5eb337e232
commit
a8a68287bb
1 changed files with 0 additions and 3 deletions
|
@ -775,12 +775,9 @@ lnd_fort_interdiction(struct emp_qelem *list,
|
||||||
struct nstr_sect ns;
|
struct nstr_sect ns;
|
||||||
struct sctstr fsect;
|
struct sctstr fsect;
|
||||||
int trange, range;
|
int trange, range;
|
||||||
double guneff;
|
|
||||||
int shell, gun;
|
|
||||||
int dam;
|
int dam;
|
||||||
int stopping = 0;
|
int stopping = 0;
|
||||||
int totdam = 0;
|
int totdam = 0;
|
||||||
int i;
|
|
||||||
|
|
||||||
snxtsct_dist(&ns, newx, newy, fort_max_interdiction_range);
|
snxtsct_dist(&ns, newx, newy, fort_max_interdiction_range);
|
||||||
while (nxtsct(&ns, &fsect)) {
|
while (nxtsct(&ns, &fsect)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue