src/oldloader.cpp
changeset 10835 976b9d25c2be
parent 10775 7061477bfbcf
child 11118 f66e0a4ce878
equal deleted inserted replaced
10834:d73509f48135 10835:976b9d25c2be
  1570 	OCL_NULL( 144 ),             ///< AI cargo-stuff, calculated in InitializeLandscapeVariables
  1570 	OCL_NULL( 144 ),             ///< AI cargo-stuff, calculated in InitializeLandscapeVariables
  1571 	OCL_NULL( 2 ),               ///< Company indexes of players, no longer in use
  1571 	OCL_NULL( 2 ),               ///< Company indexes of players, no longer in use
  1572 
  1572 
  1573 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U16,    1, &_station_tick_ctr ),
  1573 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U16,    1, &_station_tick_ctr ),
  1574 
  1574 
  1575 	OCL_VAR (  OC_UINT8,    1, &_settings_client.gui.currency ),
  1575 	OCL_VAR (  OC_UINT8,    1, &_settings_game.locale.currency ),
  1576 	OCL_VAR (  OC_UINT8,    1, &_settings_client.gui.units ),
  1576 	OCL_VAR (  OC_UINT8,    1, &_settings_game.locale.units ),
  1577 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U32,    1, &_cur_player_tick_index ),
  1577 	OCL_VAR ( OC_FILE_U8 | OC_VAR_U32,    1, &_cur_player_tick_index ),
  1578 
  1578 
  1579 	OCL_NULL( 2 ),               ///< Date stuff, calculated automatically
  1579 	OCL_NULL( 2 ),               ///< Date stuff, calculated automatically
  1580 	OCL_NULL( 8 ),               ///< Player colors, calculated automatically
  1580 	OCL_NULL( 8 ),               ///< Player colors, calculated automatically
  1581 
  1581