src/oldloader.cpp
branchgamebalance
changeset 9912 1ac8aac92385
parent 9911 0b8b245a2391
child 9913 e79cd19772dd
equal deleted inserted replaced
9911:0b8b245a2391 9912:1ac8aac92385
   663 
   663 
   664 	OCL_NULL( 3 ),  ///< used to be industry's accepts_cargo
   664 	OCL_NULL( 3 ),  ///< used to be industry's accepts_cargo
   665 
   665 
   666 	OCL_SVAR(  OC_UINT8, Industry, prod_level ),
   666 	OCL_SVAR(  OC_UINT8, Industry, prod_level ),
   667 
   667 
   668 	OCL_SVAR( OC_UINT16, Industry, last_mo_production[0] ),
   668 	OCL_SVAR( OC_UINT16, Industry, this_month_production[0] ),
   669 	OCL_SVAR( OC_UINT16, Industry, last_mo_production[1] ),
   669 	OCL_SVAR( OC_UINT16, Industry, this_month_production[1] ),
   670 	OCL_SVAR( OC_UINT16, Industry, last_mo_transported[0] ),
   670 	OCL_SVAR( OC_UINT16, Industry, this_month_transported[0] ),
   671 	OCL_SVAR( OC_UINT16, Industry, last_mo_transported[1] ),
   671 	OCL_SVAR( OC_UINT16, Industry, this_month_transported[1] ),
   672 
   672 
   673 	OCL_SVAR(  OC_UINT8, Industry, pct_transported[0] ),
   673 	OCL_SVAR(  OC_UINT8, Industry, last_month_pct_transported[0] ),
   674 	OCL_SVAR(  OC_UINT8, Industry, pct_transported[1] ),
   674 	OCL_SVAR(  OC_UINT8, Industry, last_month_pct_transported[1] ),
   675 
   675 
   676 	OCL_SVAR( OC_UINT16, Industry, total_production[0] ),
   676 	OCL_SVAR( OC_UINT16, Industry, last_month_production[0] ),
   677 	OCL_SVAR( OC_UINT16, Industry, total_production[1] ),
   677 	OCL_SVAR( OC_UINT16, Industry, last_month_production[1] ),
   678 	OCL_SVAR( OC_UINT16, Industry, total_transported[0] ),
   678 	OCL_SVAR( OC_UINT16, Industry, last_month_transported[0] ),
   679 	OCL_SVAR( OC_UINT16, Industry, total_transported[1] ),
   679 	OCL_SVAR( OC_UINT16, Industry, last_month_transported[1] ),
   680 
   680 
   681 	OCL_SVAR(  OC_UINT8, Industry, type ),
   681 	OCL_SVAR(  OC_UINT8, Industry, type ),
   682 	OCL_SVAR(  OC_UINT8, Industry, owner ),
   682 	OCL_SVAR(  OC_UINT8, Industry, owner ),
   683 	OCL_SVAR(  OC_UINT8, Industry, random_color ),
   683 	OCL_SVAR(  OC_UINT8, Industry, random_color ),
   684 	OCL_SVAR( OC_FILE_U8 | OC_VAR_I32, Industry, last_prod_year ),
   684 	OCL_SVAR( OC_FILE_U8 | OC_VAR_I32, Industry, last_prod_year ),