Change: Available railtypes is always calculated on load, so no need to load value for old savegames (#6782)

This commit is contained in:
2018-05-19 22:31:46 +01:00
committed by GitHub
parent cad47bbefe
commit 42b43c9983
3 changed files with 3 additions and 4 deletions

View File

@@ -946,7 +946,7 @@ static const OldChunks _company_chunk[] = {
OCL_SVAR( OC_UINT8, Company, block_preview ),
OCL_CNULL( OC_TTD, 1 ), // Old AI
OCL_SVAR( OC_TTD | OC_UINT8, Company, avail_railtypes ),
OCL_CNULL( OC_TTD, 1 ), // avail_railtypes
OCL_SVAR( OC_TILE, Company, location_of_HQ ),
OCL_SVAR( OC_TTD | OC_UINT8, Company, share_owners[0] ),
OCL_SVAR( OC_TTD | OC_UINT8, Company, share_owners[1] ),