From d921cf88a37fc9cefa513f1349ba0fd42d204572 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 22 Aug 2007 01:16:08 +0000 Subject: (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 --- src/industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry.h') diff --git a/src/industry.h b/src/industry.h index c9cb87b9f..c92c12041 100644 --- a/src/industry.h +++ b/src/industry.h @@ -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); -- cgit v1.2.3-54-g00ecf