# HG changeset patch # User glx # Date 2020-02-19 15:44:46 # Node ID 35421d7efeda5e096463106eeb47b49e6a412b31 # Parent 7cc09ad9a0dd151d1d68c0f6fd05c7880ca0447c Fix #8011, f5381798: Dock tile in TTD savegame was only 2 bytes diff --git a/src/saveload/oldloader_sl.cpp b/src/saveload/oldloader_sl.cpp --- a/src/saveload/oldloader_sl.cpp +++ b/src/saveload/oldloader_sl.cpp @@ -716,7 +716,7 @@ static const OldChunks station_chunk[] = OCL_NULL( 4 ), ///< bus/lorry tile OCL_SVAR( OC_TILE, Station, train_station.tile ), OCL_SVAR( OC_TILE, Station, airport.tile ), - OCL_NULL( 4 ), ///< dock tile + OCL_NULL( 2 ), ///< dock tile OCL_SVAR( OC_FILE_U8 | OC_VAR_U16, Station, train_station.w ), OCL_NULL( 1 ), ///< sort-index, no longer in use