summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-09 02:04:07 +0000
committerbelugas <belugas@openttd.org>2007-03-09 02:04:07 +0000
commit8eb0a220e6c478661fb0aaba2bfb5bbfd1d3e6f4 (patch)
treee171c212aaf14d2b580b79923f3334f89698d31a /src/industry.h
parentb52c4dea25b2c635614213f90ae787632f646b77 (diff)
downloadopenttd-8eb0a220e6c478661fb0aaba2bfb5bbfd1d3e6f4.tar.xz
(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry.h b/src/industry.h
index 131b6d4f2..25246f69d 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -71,6 +71,7 @@ struct IndustrySpec {
IndustryLifeType life_type; ///< This is also known as Industry production flag, in newgrf specs
byte climate_availability; ///< Bitmask, giving landscape enums as bit position
StringID name; ///< Displayed name of the industry
+ StringID new_industry_text; ///< Message appearing when the industry is built
StringID closure_text; ///< Message appearing when the industry closes
StringID production_up_text; ///< Message appearing when the industry's production is increasing
StringID production_down_text; ///< Message appearing when the industry's production is decreasing