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 |