(svn r4612) - NewStations: add random bits (for graphic variation) to stations

This commit is contained in:
peter1138
2006-04-28 20:48:45 +00:00
parent d23e380d6a
commit d5837d5e8d
2 changed files with 10 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ struct Station {
byte last_vehicle_type;
GoodsEntry goods[NUM_CARGO];
uint16 random_bits;
byte waiting_triggers;
/* Stuff that is no longer used, but needed for conversion */
TileIndex bus_tile_obsolete;
TileIndex lorry_tile_obsolete;