From d71462f5331151f48f74f0cf75f8d08de2170afe Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 3 Apr 2007 00:13:59 +0000 Subject: (svn r9550) -Codechange: Add notion and data of industry appearing chances, both in game and in creation mode. Not used yet. --- src/industry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/industry.h') diff --git a/src/industry.h b/src/industry.h index 8a7970ca0..6e9b4afa6 100644 --- a/src/industry.h +++ b/src/industry.h @@ -99,6 +99,8 @@ struct IndustrySpec { 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 + byte appear_ingame[NUM_LANDSCAPE]; ///< Probability of appearance in game + byte appear_creation[NUM_LANDSCAPE]; ///< Probability of appearance during map creation }; /** -- cgit v1.2.3-54-g00ecf