From 725f04b0e1dde00890ef3b6cceb83b15ce0a5a16 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 28 Apr 2006 20:48:45 +0000 Subject: (svn r4612) - NewStations: add random bits (for graphic variation) to stations --- station.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'station.h') diff --git a/station.h b/station.h index f44d55c00..46f3e3bf0 100644 --- a/station.h +++ b/station.h @@ -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; -- cgit v1.2.3-54-g00ecf