(feed_land): Remove unused local variables.
This commit is contained in:
parent
f67f90b2cb
commit
961273b6a2
1 changed files with 1 additions and 2 deletions
|
@ -339,8 +339,7 @@ landrepair(struct lndstr *land, struct natstr *np, int *bp, int etus)
|
||||||
static int
|
static int
|
||||||
feed_land(struct lndstr *lp, int etus)
|
feed_land(struct lndstr *lp, int etus)
|
||||||
{
|
{
|
||||||
int needed, give, take;
|
int needed;
|
||||||
struct shpstr *sp;
|
|
||||||
|
|
||||||
if (opt_NOFOOD)
|
if (opt_NOFOOD)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue