(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P) savegames

pull/155/head
smatz 16 years ago
parent b7b116b1f4
commit bd14084f40

@ -811,8 +811,8 @@ static const OldChunks _company_chunk[] = {
OCL_VAR ( OC_UINT16, 1, &_old_string_id_2 ),
OCL_SVAR( OC_UINT32, Company, president_name_2 ),
OCL_SVAR( OC_INT32, Company, money ),
OCL_SVAR( OC_INT32, Company, current_loan ),
OCL_SVAR( OC_FILE_I32 | OC_VAR_I64, Company, money ),
OCL_SVAR( OC_FILE_I32 | OC_VAR_I64, Company, current_loan ),
OCL_SVAR( OC_UINT8, Company, colour ),
OCL_SVAR( OC_UINT8, Company, money_fraction ),

Loading…
Cancel
Save