(prod_plane): Remove redundant initialization.
This commit is contained in:
parent
c8d49deb4c
commit
63769b0342
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ prod_plane(int etus, int natnum, int *bp, int buildem)
|
||||||
int avail;
|
int avail;
|
||||||
int w_p_eff;
|
int w_p_eff;
|
||||||
int used;
|
int used;
|
||||||
int start_money, onship = 0;
|
int start_money, onship;
|
||||||
|
|
||||||
for (n = 0; NULL != (pp = getplanep(n)); n++) {
|
for (n = 0; NULL != (pp = getplanep(n)); n++) {
|
||||||
if (pp->pln_own == 0)
|
if (pp->pln_own == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue