Fix #8011, f5381798: Dock tile in TTD savegame was only 2 bytes

This commit is contained in:
glx 2020-02-19 16:44:46 +01:00 committed by Niels Martin Hansen
parent 4bc78835e8
commit 9116b22386
1 changed files with 1 additions and 1 deletions

View File

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