summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-10-21 19:10:35 +0000
committerfrosch <frosch@openttd.org>2011-10-21 19:10:35 +0000
commit3eddb9c23fcc4aac9fc32bd6e923eada4bdcd9e5 (patch)
treeaa9b65f4e4035f8bea81c287d2f109143598692b /src/industry.h
parent3e5a75839015c86400736b6047859e1023b37b96 (diff)
downloadopenttd-3eddb9c23fcc4aac9fc32bd6e923eada4bdcd9e5.tar.xz
(svn r23049) -Fix [FS#4810]: Use the same forest-check for the vegetation-map colour as for nearby station names.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/industry.h b/src/industry.h
index d11b86443..b31bbd01e 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -138,6 +138,8 @@ void PlantRandomFarmField(const Industry *i);
void ReleaseDisastersTargetingIndustry(IndustryID);
+bool IsTileForestIndustry(TileIndex tile);
+
#define FOR_ALL_INDUSTRIES_FROM(var, start) FOR_ALL_ITEMS_FROM(Industry, industry_index, var, start)
#define FOR_ALL_INDUSTRIES(var) FOR_ALL_INDUSTRIES_FROM(var, 0)