mirror of https://github.com/OpenTTD/OpenTTD
(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P) savegames
parent
c9fab1c314
commit
e77462a866
|
@ -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…
Reference in New Issue