[Scummvm-cvs-logs] SF.net SVN: scummvm: [22065] scummvm/trunk/gui/ThemeNew.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Apr 20 21:07:00 CEST 2006


Revision: 22065
Author:   kirben
Date:     2006-04-20 21:06:44 -0700 (Thu, 20 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22065&view=rev

Log Message:
-----------
Fix valgrind warning

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeNew.cpp
Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-04-21 03:09:21 UTC (rev 22064)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-04-21 04:06:44 UTC (rev 22065)
@@ -94,7 +94,7 @@
 #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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list