summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-08-22 01:16:08 +0000
committerbelugas <belugas@openttd.org>2007-08-22 01:16:08 +0000
commitd921cf88a37fc9cefa513f1349ba0fd42d204572 (patch)
treeb4b39f9d319e9fb7916de6871d9126169d9f2644 /src/industry.h
parentb5627afcea5d177db133a96eb971407e0cd2f403 (diff)
downloadopenttd-d921cf88a37fc9cefa513f1349ba0fd42d204572.tar.xz
(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
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 1 insertions, 1 deletions
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);