summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-31 06:25:46 +0000
committertron <tron@openttd.org>2007-01-31 06:25:46 +0000
commitfe1691acce220f6d55a7bcad077020cfbec4bfb5 (patch)
tree0bec7750e40db1990ca2913e337fdb46579835f2 /src/station.h
parent6e20c73c336b057e3eb95baf9cb7c3504aec2597 (diff)
downloadopenttd-fe1691acce220f6d55a7bcad077020cfbec4bfb5.tar.xz
(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
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h4
1 files changed, 0 insertions, 4 deletions
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;