Remove unused variables and such. No functional changes.
This commit is contained in:
parent
245b5a21e2
commit
91cc2ddc42
6 changed files with 2 additions and 6 deletions
|
@ -554,7 +554,7 @@ int
|
|||
use_supply(struct lndstr *lp)
|
||||
{
|
||||
struct lchrstr *lcp;
|
||||
int vec[I_MAX + 1], shells_needed, shells, food, food_needed;
|
||||
int shells_needed, shells, food, food_needed;
|
||||
int fuel_needed, fuel, petrol_needed, petrol;
|
||||
|
||||
lcp = &lchr[(int)lp->lnd_type];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue