Codechange: make use of Tile in for all direct map accesses
This commit is contained in:
@@ -103,7 +103,7 @@ void ResetIndustries()
|
||||
* @pre IsTileType(tile, MP_INDUSTRY)
|
||||
* @return general type for this industry, as defined in industry.h
|
||||
*/
|
||||
IndustryType GetIndustryType(TileIndex tile)
|
||||
IndustryType GetIndustryType(Tile tile)
|
||||
{
|
||||
assert(IsTileType(tile, MP_INDUSTRY));
|
||||
|
||||
|
Reference in New Issue
Block a user