(svn r607) -Patch: [ 985102 ] static cleanup

Thanks to lvoge
This commit is contained in:
tron
2004-11-14 19:44:06 +00:00
parent 200d3fdbe8
commit 249a170ace
32 changed files with 108 additions and 118 deletions

View File

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