(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ResolverObject::scope and count.

This commit is contained in:
frosch
2012-11-11 12:57:27 +00:00
parent 55cff8407f
commit b65ece1ea9
4 changed files with 19 additions and 27 deletions

View File

@@ -344,9 +344,6 @@ struct ResolverObject {
uint32 last_value; ///< Result of most recent DeterministicSpriteGroup (including procedure calls)
uint32 reseed[VSG_END]; ///< Collects bits to rerandomise while triggering triggers.
VarSpriteGroupScope scope; ///< Scope of currently resolved DeterministicSpriteGroup resp. RandomizedSpriteGroup
byte count; ///< Additional scope for RandomizedSpriteGroup
const GRFFile *grffile; ///< GRFFile the resolved SpriteGroup belongs to
virtual const SpriteGroup *ResolveReal(const RealSpriteGroup *group) const;