summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-04-19 23:19:12 +0000
committerpeter1138 <peter1138@openttd.org>2008-04-19 23:19:12 +0000
commit3b7558b89c2c491b61b9fe41e93bb80f400aecb5 (patch)
treeb590f481987fb948fc51c4d6da6e843f20b8c979 /src/station_base.h
parentfa4967d8459b1626348ff62342e77c8bd14720c0 (diff)
downloadopenttd-3b7558b89c2c491b61b9fe41e93bb80f400aecb5.tar.xz
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index eed0a7253..ca311d0f1 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -159,6 +159,7 @@ public:
uint16 random_bits;
byte waiting_triggers;
+ uint8 cached_anim_triggers; ///< Combined animation trigger bitmask, used to determine if trigger processing should happen.
StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions