Changeset - r10783:70da2eee01e2
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2009-01-16 21:50:55
smatz@openttd.org
(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P) savegames
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader.cpp
Show inline comments
 
@@ -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 ),
0 comments (0 inline, 0 general)