From fe1691acce220f6d55a7bcad077020cfbec4bfb5 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 31 Jan 2007 06:25:46 +0000 Subject: (svn r8477) -Fix -Codechange: Remove the unnecessary attributes Station::{bus,lorry}_tile_obsolete by replacing them with a scan of the map for existing road stops when loading old savegames --- src/station.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/station.h') diff --git a/src/station.h b/src/station.h index b4d9d9a88..226eddc0c 100644 --- a/src/station.h +++ b/src/station.h @@ -142,10 +142,6 @@ struct Station { uint16 random_bits; byte waiting_triggers; - /* Stuff that is no longer used, but needed for conversion */ - TileIndex bus_tile_obsolete; - TileIndex lorry_tile_obsolete; - StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions static const int cDebugCtorLevel = 3; -- cgit v1.2.3-54-g00ecf