summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-07-27 02:41:29 +0000
committerbelugas <belugas@openttd.org>2007-07-27 02:41:29 +0000
commit3880be2fa883b693d6afc17a7b3936a4a144efc6 (patch)
tree44d52fd6c7a79f68bf1a2e8591ceab86dd79083e /src/industry.h
parent7b2c963b6422606921da2b1f2fd824d215cb300b (diff)
downloadopenttd-3880be2fa883b693d6afc17a7b3936a4a144efc6.tar.xz
(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
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 12dbb5f8f..2dc562d20 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -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);