Changeset - r24115:35421d7efeda
[Not reviewed]
master
0 1 0
glx - 4 years ago 2020-02-19 15:44:46
glx@openttd.org
Fix #8011, f5381798: Dock tile in TTD savegame was only 2 bytes
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)