src/industry_cmd.cpp
changeset 7897 222641b84fc4
parent 7886 b02aa3532d1d
child 7916 8bc57ab02de6
equal deleted inserted replaced
7896:2a4cdd5ca7d5 7897:222641b84fc4
  1941 }
  1941 }
  1942 
  1942 
  1943 
  1943 
  1944 void InitializeIndustries()
  1944 void InitializeIndustries()
  1945 {
  1945 {
  1946 	CleanPool(&_Industry_pool);
  1946 	_Industry_pool.CleanPool();
  1947 	AddBlockToPool(&_Industry_pool);
  1947 	_Industry_pool.AddBlockToPool();
  1948 
  1948 
  1949 	ResetIndustryCounts();
  1949 	ResetIndustryCounts();
  1950 	_industry_sort_dirty = true;
  1950 	_industry_sort_dirty = true;
  1951 	_industry_sound_tile = 0;
  1951 	_industry_sound_tile = 0;
  1952 }
  1952 }