(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)

This commit is contained in:
peter1138
2008-04-19 23:19:12 +00:00
parent fa4967d845
commit 3b7558b89c
8 changed files with 247 additions and 13 deletions

View File

@@ -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