Remove unused variables in disabled lnd_fort_interdiction()

This commit is contained in:
Markus Armbruster 2010-06-20 18:33:42 +02:00
parent 5eb337e232
commit a8a68287bb

View file

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