oldloader.c
changeset 3342 cb9b5c6dd74c
parent 3269 62fb247bf94b
child 3345 0c5a7caf7f95
equal deleted inserted replaced
3341:b20541ef8945 3342:cb9b5c6dd74c
  1493 	OCL_NULL( 2 ),               // Company indexes of players, no longer in use
  1493 	OCL_NULL( 2 ),               // Company indexes of players, no longer in use
  1494 
  1494 
  1495 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U16,    1, &_station_tick_ctr ),
  1495 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U16,    1, &_station_tick_ctr ),
  1496 
  1496 
  1497 	OCL_VAR (  OC_UINT8,    1, &_opt.currency ),
  1497 	OCL_VAR (  OC_UINT8,    1, &_opt.currency ),
  1498 	OCL_VAR (  OC_UINT8,    1, &_opt.kilometers ),
  1498 	OCL_VAR (  OC_UINT8,    1, &_opt.units ),
  1499 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U32,    1, &_cur_player_tick_index ),
  1499 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U32,    1, &_cur_player_tick_index ),
  1500 
  1500 
  1501 	OCL_NULL( 2 ),               // Date stuff, calculated automatically
  1501 	OCL_NULL( 2 ),               // Date stuff, calculated automatically
  1502 	OCL_NULL( 8 ),               // Player colors, calculated automatically
  1502 	OCL_NULL( 8 ),               // Player colors, calculated automatically
  1503 
  1503