1
0
Fork 0

(svn r21710) -Fix (r8128): Update oldloader for change in vehicle cur_image size.

release/1.1
peter1138 2011-01-04 12:22:27 +00:00
parent 3408814169
commit 1b61d234a1
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ static const OldChunks vehicle_chunk[] = {
OCL_SVAR( OC_UINT8, Vehicle, owner ), OCL_SVAR( OC_UINT8, Vehicle, owner ),
OCL_SVAR( OC_TILE, Vehicle, tile ), 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 OCL_NULL( 8 ), ///< Vehicle sprite box, calculated automatically