Changeset - r12928:0c9e6b3dfd94
[Not reviewed]
master
0 1 0
smatz - 15 years ago 2009-09-06 16:36:22
smatz@openttd.org
(svn r17431) -Fix (r16735): oldloader wasn't updated
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -796,7 +796,7 @@ static const OldChunks station_chunk[] =
 

	
 
	OCL_NULL( 4 ),         ///< sign left/top, no longer in use
 

	
 
	OCL_SVAR( OC_UINT16, Station, had_vehicle_of_type ),
 
	OCL_SVAR( OC_FILE_U16 | OC_VAR_U8, Station, had_vehicle_of_type ),
 

	
 
	OCL_CHUNK( 12, LoadOldGood ),
 

	
0 comments (0 inline, 0 general)