Changeset - r28473:fc1bf0ee7329
[Not reviewed]
master
0 1 0
Rubidium - 4 months ago 2024-01-15 19:04:11
rubidium@openttd.org
Fix 36a0818: TTO did not save company shares
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -957,9 +957,9 @@ static const OldChunks _company_chunk[] 
 
	OCL_CNULL( OC_TTD, 1 ), // avail_railtypes
 
	OCL_SVAR(   OC_TILE, Company, location_of_HQ ),
 

	
 
	OCL_NULL( 4 ),           // Shares
 
	OCL_CNULL( OC_TTD, 4 ), // Shares
 

	
 
	OCL_CNULL( OC_TTD, 8 ), ///< junk at end of chunk
 
	OCL_CNULL( OC_TTD, 8 ), // junk at end of chunk
 

	
 
	OCL_END()
 
};
0 comments (0 inline, 0 general)