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
commit8ad3a6f8fdf6d0a67e060121463aae10a6f0c3a5 (patch)
tree44d52fd6c7a79f68bf1a2e8591ceab86dd79083e /src/industry.h
parent205e700b265464f80cf76db88a40a129ffc3d9f7 (diff)
downloadopenttd-8ad3a6f8fdf6d0a67e060121463aae10a6f0c3a5.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);