diff options
Diffstat (limited to 'src/being/compoundsprite.cpp')
-rw-r--r-- | src/being/compoundsprite.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp index 3d01273bd..5b37738b2 100644 --- a/src/being/compoundsprite.cpp +++ b/src/being/compoundsprite.cpp @@ -67,7 +67,9 @@ CompoundSprite::CompoundSprite() : mOffsetX(0), mOffsetY(0), mSprites(), +#ifndef USE_SDL2 mNextRedrawTime(0), +#endif mNeedsRedraw(false), mEnableAlphaFix(config.getBoolValue("enableAlphaFix")), mDisableAdvBeingCaching(config.getBoolValue("disableAdvBeingCaching")), |