From 249a170acef352b40c7fa67fe65bdc62cbae4ff1 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 14 Nov 2004 19:44:06 +0000 Subject: (svn r607) -Patch: [ 985102 ] static cleanup Thanks to lvoge --- industry_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry_cmd.c') diff --git a/industry_cmd.c b/industry_cmd.c index c64c92b5a..12b2aec00 100644 --- a/industry_cmd.c +++ b/industry_cmd.c @@ -428,7 +428,7 @@ static const byte _industry_min_cargo[] = { 5, 5, 5, 5, 5, }; -void TransportIndustryGoods(uint tile) +static void TransportIndustryGoods(uint tile) { Industry *i; int type; -- cgit v1.2.3-54-g00ecf