(svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried.
Only on certain very specific circumstances do we need the original spec
This commit is contained in:
@@ -205,7 +205,7 @@ struct IndustryTileSpec {
|
||||
|
||||
/* industry_cmd.cpp*/
|
||||
const IndustrySpec *GetIndustrySpec(IndustryType thistype); ///< Array of industries data
|
||||
const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx); ///< Array of industry tiles data
|
||||
const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx, bool full_check = true); ///< Array of industry tiles data
|
||||
void ResetIndustries();
|
||||
void PlantRandomFarmField(const Industry *i);
|
||||
|
||||
|
Reference in New Issue
Block a user