From 1266624e8827404e1589e79f919d1b7d6b6a0620 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 31 Jan 2007 05:08:07 +0000 Subject: (svn r8476) -Fix Remove the unused remnants of {bus,truck}_stop_status_obsolete (though I wonder a bit why this information doesn't get converted on load *shrug*) --- src/station_cmd.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index cf90cb5be..f59dabcc7 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2866,10 +2866,7 @@ static const SaveLoad _station_desc[] = { SLE_VAR(Station, facilities, SLE_UINT8), SLE_VAR(Station, airport_type, SLE_UINT8), - // truck/bus_stop_status was stored here in savegame format 0 - 6 - SLE_CONDVAR(Station, truck_stop_status_obsolete, SLE_UINT8, 0, 5), - SLE_CONDVAR(Station, bus_stop_status_obsolete, SLE_UINT8, 0, 5), - + SLE_CONDNULL(2, 0, 5), // Truck/bus stop status SLE_CONDNULL(1, 0, 4), // Blocked months SLE_CONDVAR(Station, airport_flags, SLE_VAR_U32 | SLE_FILE_U16, 0, 2), -- cgit v1.2.3-70-g09d2