aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-04-21 04:06:44 +0000
committerTravis Howell2006-04-21 04:06:44 +0000
commitd47459562994cd183645e1ac999447fa5c9a2aa7 (patch)
tree0cdfefb2ef564909da0c125395df29c14e49a261 /gui/ThemeNew.cpp
parent6ea936c41f928347156dbfa0c8232deb005f34bc (diff)
downloadscummvm-rg350-d47459562994cd183645e1ac999447fa5c9a2aa7.tar.gz
scummvm-rg350-d47459562994cd183645e1ac999447fa5c9a2aa7.tar.bz2
scummvm-rg350-d47459562994cd183645e1ac999447fa5c9a2aa7.zip
Fix valgrind warning
svn-id: r22065
Diffstat (limited to 'gui/ThemeNew.cpp')
-rw-r--r--gui/ThemeNew.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp
index fc10da82c1..fd6a9f5675 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -94,7 +94,7 @@ OverlayColor calcGradient(OverlayColor start, OverlayColor end, int pos, int max
#pragma mark -
ThemeNew::ThemeNew(OSystem *system, Common::String stylefile) : Theme(), _system(system), _screen(), _initOk(false),
-_lastUsedBitMask(0), _forceRedraw(false), _fonts(), _imageHandles(0), _images(0), _colors(), _gradientFactors() {
+_lastUsedBitMask(0), _forceRedraw(false), _fonts(), _imageHandles(0), _images(0), _colors(), _cursor(0), _gradientFactors() {
_stylefile = stylefile;
_initOk = false;
_needPaletteUpdates = false;