src/newgrf_industries.cpp
changeset 7496 628e1191ee45
parent 7380 a9d0047b015c
child 7598 c12c2d7e0b55
child 9631 8a2d1c2ceb88
equal deleted inserted replaced
7495:3bed6c98b8f3 7496:628e1191ee45
    17 
    17 
    18 /* Since the industry IDs defined by the GRF file don't necessarily correlate
    18 /* Since the industry IDs defined by the GRF file don't necessarily correlate
    19  * to those used by the game, the IDs used for overriding old industries must be
    19  * to those used by the game, the IDs used for overriding old industries must be
    20  * translated when the idustry spec is set. */
    20  * translated when the idustry spec is set. */
    21 IndustryOverrideManager _industry_mngr(NEW_INDUSTRYOFFSET, NUM_INDUSTRYTYPES, INVALID_INDUSTRYTYPE);
    21 IndustryOverrideManager _industry_mngr(NEW_INDUSTRYOFFSET, NUM_INDUSTRYTYPES, INVALID_INDUSTRYTYPE);
       
    22 IndustryTileOverrideManager _industile_mngr(NEW_INDUSTRYTILEOFFSET, NUM_INDUSTRYTILES, INVALID_INDUSTRYTILE);
    22 
    23 
    23 /**
    24 /**
    24  * Finds the distance for the closest tile with water/land given a tile
    25  * Finds the distance for the closest tile with water/land given a tile
    25  * @param tile  the tile to find the distance too
    26  * @param tile  the tile to find the distance too
    26  * @param water whether to find water or land
    27  * @param water whether to find water or land