diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-26 21:08:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-26 21:08:45 +0300 |
commit | a8acf366d3e943fb636e24b69c8c67152770d2cc (patch) | |
tree | 99d51b8b56489fd03f32cd291e8570834954ac90 /src/being/compoundsprite.h | |
parent | e2b84bddbb089f43a9c2c3741545378614481a32 (diff) | |
download | plus-a8acf366d3e943fb636e24b69c8c67152770d2cc.tar.gz plus-a8acf366d3e943fb636e24b69c8c67152770d2cc.tar.bz2 plus-a8acf366d3e943fb636e24b69c8c67152770d2cc.tar.xz plus-a8acf366d3e943fb636e24b69c8c67152770d2cc.zip |
Fix code style.
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r-- | src/being/compoundsprite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index 4a82855cf..4a7ed6fb0 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -138,7 +138,9 @@ class CompoundSprite notfinal : public Sprite mutable int mOffsetX; mutable int mOffsetY; std::vector<Sprite*> mSprites; +#ifndef USE_SDL2 mutable int mNextRedrawTime; +#endif static bool mEnableDelay; mutable bool mNeedsRedraw; bool mEnableAlphaFix; |