[Scummvm-cvs-logs] SF.net SVN: scummvm:[35534] scummvm/trunk/engines/kyra/kyra_v1.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Dec 25 04:00:24 CET 2008


Revision: 35534
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35534&view=rev
Author:   lordhoto
Date:     2008-12-25 03:00:24 +0000 (Thu, 25 Dec 2008)

Log Message:
-----------
Fixed valgrind warning.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-12-25 00:18:01 UTC (rev 35533)
+++ scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-12-25 03:00:24 UTC (rev 35534)
@@ -67,6 +67,8 @@
 
 	_isSaveAllowed = false;
 
+	_mouseX = _mouseY = 0;
+
 	// sets up all engine specific debug levels
 	Common::addSpecialDebugLevel(kDebugLevelScriptFuncs, "ScriptFuncs", "Script function debug level");
 	Common::addSpecialDebugLevel(kDebugLevelScript, "Script", "Script interpreter debug level");


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