From d47459562994cd183645e1ac999447fa5c9a2aa7 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 21 Apr 2006 04:06:44 +0000 Subject: Fix valgrind warning svn-id: r22065 --- gui/ThemeNew.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/ThemeNew.cpp') 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; -- cgit v1.2.3