ttd.c
changeset 1024 5e446b5b3ec5
parent 1010 977aafc6b8e3
child 1027 b1a50b1560e2
equal deleted inserted replaced
1023:1ae7b7a78602 1024:5e446b5b3ec5
   494 
   494 
   495 	_industries_size = lengthof(_industries);
   495 	_industries_size = lengthof(_industries);
   496 	_industry_sort = NULL;
   496 	_industry_sort = NULL;
   497 
   497 
   498 	_sign_size = lengthof(_sign_list);
   498 	_sign_size = lengthof(_sign_list);
       
   499 	_orders_size = lengthof(_orders);
   499 }
   500 }
   500 
   501 
   501 static void UnInitializeDynamicVariables(void)
   502 static void UnInitializeDynamicVariables(void)
   502 {
   503 {
   503 	/* Dynamic stuff needs to be free'd somewhere... */
   504 	/* Dynamic stuff needs to be free'd somewhere... */