(prod_plane): Remove redundant initialization.

This commit is contained in:
Markus Armbruster 2005-05-30 15:07:34 +00:00
parent c8d49deb4c
commit 63769b0342

View file

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