Changeset - r16964:fc8312466d38
[Not reviewed]
master
0 1 0
peter1138 - 13 years ago 2011-01-04 12:22:27
peter1138@openttd.org
(svn r21710) -Fix (r8128): Update oldloader for change in vehicle cur_image size.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -1146,7 +1146,7 @@ static const OldChunks vehicle_chunk[] =
 

	
 
	OCL_SVAR(  OC_UINT8, Vehicle, owner ),
 
	OCL_SVAR(   OC_TILE, Vehicle, tile ),
 
	OCL_SVAR( OC_UINT16, Vehicle, cur_image ),
 
	OCL_SVAR( OC_FILE_U16 | OC_VAR_U32, Vehicle, cur_image ),
 

	
 
	OCL_NULL( 8 ),        ///< Vehicle sprite box, calculated automatically
 

	
0 comments (0 inline, 0 general)