industry_cmd.c
changeset 4587 859ab734e211
parent 4583 af31ba5db77d
child 4607 323a239feef7
equal deleted inserted replaced
4586:0e814c8f5c64 4587:859ab734e211
  1901 	CleanPool(&_industry_pool);
  1901 	CleanPool(&_industry_pool);
  1902 	AddBlockToPool(&_industry_pool);
  1902 	AddBlockToPool(&_industry_pool);
  1903 
  1903 
  1904 	_total_industries = 0;
  1904 	_total_industries = 0;
  1905 	_industry_sort_dirty = true;
  1905 	_industry_sort_dirty = true;
       
  1906 	_industry_sound_tile = 0;
  1906 }
  1907 }
  1907 
  1908 
  1908 const TileTypeProcs _tile_type_industry_procs = {
  1909 const TileTypeProcs _tile_type_industry_procs = {
  1909 	DrawTile_Industry,           /* draw_tile_proc */
  1910 	DrawTile_Industry,           /* draw_tile_proc */
  1910 	GetSlopeZ_Industry,          /* get_slope_z_proc */
  1911 	GetSlopeZ_Industry,          /* get_slope_z_proc */