mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r15458) -Fix: Missing 'static'.
This commit is contained in:
parent
31f3d5b6d5
commit
904bb64254
@ -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…
Reference in New Issue
Block a user