(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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user