mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r15458) -Fix: Missing 'static'.
This commit is contained in:
@@ -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);
|
const IndustrySpec *indspec = GetIndustrySpec(type);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user