summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-28 20:48:45 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-28 20:48:45 +0000
commit725f04b0e1dde00890ef3b6cceb83b15ce0a5a16 (patch)
tree9f97141f411fbcff88698642468f0697a49919f3 /station.h
parent7273bd490d1a1fddb61b0577ed1d03ebbbcc2ed6 (diff)
downloadopenttd-725f04b0e1dde00890ef3b6cceb83b15ce0a5a16.tar.xz
(svn r4612) - NewStations: add random bits (for graphic variation) to stations
Diffstat (limited to 'station.h')
-rw-r--r--station.h3
1 files changed, 3 insertions, 0 deletions
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;