(svn r9550) -Codechange: Add notion and data of industry appearing chances, both in game and in creation mode.

Not used yet.
This commit is contained in:
belugas
2007-04-03 00:13:59 +00:00
parent b1e0fdfd2a
commit 0d691539a4
2 changed files with 44 additions and 41 deletions

View File

@@ -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
};
/**