industry_gui.c
changeset 69 f8c29cdb388e
parent 65 f9f866bc609c
child 164 0cbdf3c9bde1
equal deleted inserted replaced
68:4051f3c8efa2 69:f8c29cdb388e
   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 
   468 
   469 	//DEBUG(misc, 1) ("Resorting Industries list...");
   469 	DEBUG(misc, 1) ("Resorting Industries list...");
   470 }
   470 }
   471 
   471 
   472 
   472 
   473 static void IndustryDirectoryWndProc(Window *w, WindowEvent *e)
   473 static void IndustryDirectoryWndProc(Window *w, WindowEvent *e)
   474 {
   474 {