Changeset - r17248:a2e5b21c4291
[Not reviewed]
master
0 1 0
alberth - 14 years ago 2011-02-06 17:19:56
alberth@openttd.org
(svn r21998) -Fix (r21969): Number of industries difficulty setting should not affect the SE.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_cmd.cpp
Show inline comments
 
@@ -2010,7 +2010,7 @@ void IndustryBuildData::MonthlyLoop()
 
 */
 
void GenerateIndustries()
 
{
 
	if (_settings_game.difficulty.number_industries == 0) return; // No industries.
 
	if (_game_mode != GM_EDITOR && _settings_game.difficulty.number_industries == 0) return; // No industries in the game.
 

	
 
	uint32 industry_probs[NUM_INDUSTRYTYPES];
 
	bool force_at_least_one[NUM_INDUSTRYTYPES];
0 comments (0 inline, 0 general)