File diff r12499:2e177e6e0453 → r12500:5e5dd00d1e93
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -769,16 +769,16 @@ static bool LoadOldGood(LoadgameState *l
 

	
 
static const OldChunks station_chunk[] = {
 
	OCL_SVAR(   OC_TILE, Station, xy ),
 
	OCL_VAR ( OC_UINT32,   1, &_old_town_index ),
 

	
 
	OCL_NULL( 4 ), ///< bus/lorry tile
 
	OCL_SVAR(   OC_TILE, Station, train_tile ),
 
	OCL_SVAR(   OC_TILE, Station, train_station.tile ),
 
	OCL_SVAR(   OC_TILE, Station, airport_tile ),
 
	OCL_SVAR(   OC_TILE, Station, dock_tile ),
 
	OCL_SVAR(  OC_UINT8, Station, trainst_w ),
 
	OCL_SVAR(  OC_UINT8, Station, train_station.w ),
 

	
 
	OCL_NULL( 1 ),         ///< sort-index, no longer in use
 
	OCL_NULL( 2 ),         ///< sign-width, no longer in use
 

	
 
	OCL_VAR ( OC_UINT16,   1, &_old_string_id ),