(svn r17431) -Fix (r16735): oldloader wasn't updated

This commit is contained in:
smatz 2009-09-06 16:36:22 +00:00
parent 04941ba38e
commit b903e41c65
1 changed files with 1 additions and 1 deletions

View File

@ -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 ),