File diff r7400:601d6500d780 → r7401:68e7df538ea0
src/industry_cmd.cpp
Show inline comments
 
@@ -1943,8 +1943,8 @@ void IndustryMonthlyLoop()
 

	
 
void InitializeIndustries()
 
{
 
	CleanPool(&_Industry_pool);
 
	AddBlockToPool(&_Industry_pool);
 
	_Industry_pool.CleanPool();
 
	_Industry_pool.AddBlockToPool();
 

	
 
	ResetIndustryCounts();
 
	_industry_sort_dirty = true;