equal
deleted
inserted
replaced
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 |