(svn r15458) -Fix: Missing 'static'.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
frosch 16 years ago
parent 9fb19be134
commit 565602fe90

@ -1705,7 +1705,7 @@ CommandCost CmdBuildIndustry(TileIndex tile, DoCommandFlag flags, uint32 p1, uin
}
Industry *CreateNewIndustry(TileIndex tile, IndustryType type)
static Industry *CreateNewIndustry(TileIndex tile, IndustryType type)
{
const IndustrySpec *indspec = GetIndustrySpec(type);

Loading…
Cancel
Save