From 1e9b7c519953c73c6e5ca4ce2169eb674267c115 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 16:40:24 +0300 Subject: fix style in other files. --- src/compoundsprite.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/compoundsprite.cpp') diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index 9d5e057b2..a191afc59 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -49,6 +49,7 @@ static const unsigned cache_clean_part = 3; bool CompoundSprite::mEnableDelay = true; CompoundSprite::CompoundSprite() : + imagesCache(), mCacheItem(nullptr), mImage(nullptr), mAlphaImage(nullptr), @@ -58,6 +59,7 @@ CompoundSprite::CompoundSprite() : mEnableAlphaFix(config.getBoolValue("enableAlphaFix")), mDisableAdvBeingCaching(config.getBoolValue("disableAdvBeingCaching")), mDisableBeingCaching(config.getBoolValue("disableBeingCaching")), + mSprites(), mNextRedrawTime(0) { mAlpha = 1.0f; @@ -538,7 +540,7 @@ bool CompoundSprite::updateNumber(unsigned num) } CompoundItem::CompoundItem() : -// alpha(1.0f), + data(), image(nullptr), alphaImage(nullptr) { -- cgit v1.2.3-60-g2f50