(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*)
This commit is contained in:
tron
2007-01-31 05:08:07 +00:00
parent 5d4241db30
commit 6e20c73c33
2 changed files with 1 additions and 7 deletions

View File

@@ -146,9 +146,6 @@ struct Station {
TileIndex bus_tile_obsolete;
TileIndex lorry_tile_obsolete;
byte truck_stop_status_obsolete;
byte bus_stop_status_obsolete;
StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions
static const int cDebugCtorLevel = 3;