(svn r10963) -Revert(10700): Although the idea was good, it was more prone of errors than usefull.

So now, it will be better to jump to the overriden tile when it is been marked as an override
This commit is contained in:
belugas
2007-08-22 01:16:08 +00:00
parent 339579e22a
commit 69f9545a20
3 changed files with 6 additions and 11 deletions

View File

@@ -212,7 +212,7 @@ struct IndustryTileSpec {
/* industry_cmd.cpp*/
const IndustrySpec *GetIndustrySpec(IndustryType thistype); ///< Array of industries data
const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx, bool full_check = true); ///< Array of industry tiles data
const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx); ///< Array of industry tiles data
void ResetIndustries();
void PlantRandomFarmField(const Industry *i);