From 49fabae7a198f108d057e7243b5a09c0d158a9c0 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 31 Jan 2007 05:01:29 +0000 Subject: (svn r8475) -Fix Remove the unused remnants of blocked_months_obsolete --- src/oldloader.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/oldloader.cpp') diff --git a/src/oldloader.cpp b/src/oldloader.cpp index 841a76569..0c9bf6d3b 100644 --- a/src/oldloader.cpp +++ b/src/oldloader.cpp @@ -603,9 +603,11 @@ static const OldChunks station_chunk[] = { OCL_SVAR( OC_UINT8, Station, owner ), OCL_SVAR( OC_UINT8, Station, facilities ), OCL_SVAR( OC_UINT8, Station, airport_type ), - OCL_NULL( 2 ), // Bus/truck status, no longer in use - OCL_SVAR( OC_UINT8, Station, blocked_months_obsolete ), - OCL_NULL( 1 ), // Unknown + /* Bus/truck status, no longer in use + * Blocked months + * Unknown + */ + OCL_NULL( 4 ), OCL_SVAR( OC_FILE_U16 | OC_VAR_U32, Station, airport_flags ), OCL_NULL( 2 ), // last_vehicle. now last_vehicle_type -- cgit v1.2.3-54-g00ecf