Home
last modified time | relevance | path

Searched refs:FindTownForIndustry (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dindustry_cmd.cpp1393 static CommandCost FindTownForIndustry(TileIndex tile, int type, Town **t) in FindTownForIndustry() function
1955 ret = FindTownForIndustry(tile, type, &t); in CreateNewIndustryHelper()