industry_gui.c
changeset 65 f9f866bc609c
parent 0 29654efe3188
child 69 f8c29cdb388e
equal deleted inserted replaced
64:93656f16d50a 65:f9f866bc609c
   463 	}
   463 	}
   464 	_num_industry_sort = n;
   464 	_num_industry_sort = n;
   465 	_last_industry_idx = 255; // used for "cache"
   465 	_last_industry_idx = 255; // used for "cache"
   466 
   466 
   467 	qsort(_industry_sort, n, 1, IndustrySorter);
   467 	qsort(_industry_sort, n, 1, IndustrySorter);
       
   468 
       
   469 	//DEBUG(misc, 1) ("Resorting Industries list...");
   468 }
   470 }
   469 
   471 
   470 
   472 
   471 static void IndustryDirectoryWndProc(Window *w, WindowEvent *e)
   473 static void IndustryDirectoryWndProc(Window *w, WindowEvent *e)
   472 {
   474 {