mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P) savegames
This commit is contained in:
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…
Reference in New Issue
Block a user