diff options
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r-- | src/being/compoundsprite.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index 71a77e87e..96b14d653 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -117,6 +117,9 @@ class CompoundSprite notfinal : public Sprite void initCurrentCacheItem() const; + virtual void updateDrawSprites() + { } + typedef std::list<CompoundItem*> ImagesCache; mutable ImagesCache imagesCache; mutable CompoundItem *mCacheItem; |