(svn r12041) -Codechange: Add the loader and the property for action 00 industries, prop 24, nearby station name.

No assignation yet, no real work either.
This commit is contained in:
belugas
2008-02-02 03:23:26 +00:00
parent 33e63a3adc
commit 6e761a18d6
3 changed files with 14 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ struct IndustrySpec {
GRFMappedStringID closure_text; ///< Message appearing when the industry closes
GRFMappedStringID production_up_text; ///< Message appearing when the industry's production is increasing
GRFMappedStringID production_down_text; ///< Message appearing when the industry's production is decreasing
GRFMappedStringID station_name; ///< Default name for nearby station
byte appear_ingame[NUM_LANDSCAPE]; ///< Probability of appearance in game
byte appear_creation[NUM_LANDSCAPE]; ///< Probability of appearance during map creation
uint8 number_of_sounds; ///< Number of sounds available in the sounds array