diff options
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index 6049cdeb9..0c7dc3034 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -147,16 +147,15 @@ private: mutable Image *mImage; mutable Image *mAlphaImage; - mutable int mOffsetX, mOffsetY; - + mutable int mOffsetX; + mutable int mOffsetY; + std::vector<Sprite*> mSprites; + mutable int mNextRedrawTime; + static bool mEnableDelay; mutable bool mNeedsRedraw; - bool mEnableAlphaFix; bool mDisableAdvBeingCaching; bool mDisableBeingCaching; - std::vector<Sprite*> mSprites; - mutable int mNextRedrawTime; - static bool mEnableDelay; }; #endif // COMPOUNDSPRITE_H |