diff options
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index 1b9eeca34..aa90816c5 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -145,6 +145,7 @@ private: bool mDisableAdvBeingCaching; bool mDisableBeingCaching; std::vector<Sprite*> mSprites; + mutable int mNextRedrawTime; }; #endif // COMPOUNDSPRITE_H |