src/station.h
changeset 6130 f67231d82e91
parent 6129 a31e9d63bba2
child 6135 72fa67e22bc2
equal deleted inserted replaced
6129:a31e9d63bba2 6130:f67231d82e91
   139 	byte last_vehicle_type;
   139 	byte last_vehicle_type;
   140 	GoodsEntry goods[NUM_CARGO];
   140 	GoodsEntry goods[NUM_CARGO];
   141 
   141 
   142 	uint16 random_bits;
   142 	uint16 random_bits;
   143 	byte waiting_triggers;
   143 	byte waiting_triggers;
   144 
       
   145 	/* Stuff that is no longer used, but needed for conversion */
       
   146 	TileIndex bus_tile_obsolete;
       
   147 	TileIndex lorry_tile_obsolete;
       
   148 
   144 
   149 	StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions
   145 	StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions
   150 
   146 
   151 	static const int cDebugCtorLevel = 3;
   147 	static const int cDebugCtorLevel = 3;
   152 
   148