From 8eb0a220e6c478661fb0aaba2bfb5bbfd1d3e6f4 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 9 Mar 2007 02:04:07 +0000 Subject: (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. --- src/industry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/industry.h') 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 -- cgit v1.2.3-70-g09d2