From 63769b03428e9f890068b9e89def2019d235330f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 30 May 2005 15:07:34 +0000 Subject: [PATCH] (prod_plane): Remove redundant initialization. --- src/lib/update/plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/update/plane.c b/src/lib/update/plane.c index 8e64ae2a..6368a937 100644 --- a/src/lib/update/plane.c +++ b/src/lib/update/plane.c @@ -77,7 +77,7 @@ prod_plane(int etus, int natnum, int *bp, int buildem) int avail; int w_p_eff; int used; - int start_money, onship = 0; + int start_money, onship; for (n = 0; NULL != (pp = getplanep(n)); n++) { if (pp->pln_own == 0)