[Scummvm-cvs-logs] SF.net SVN: scummvm:[48839] scummvm/trunk/engines/parallaction/ parallaction_ns.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Thu Apr 29 00:13:11 CEST 2010


Revision: 48839
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48839&view=rev
Author:   wjpalenstijn
Date:     2010-04-28 22:13:11 +0000 (Wed, 28 Apr 2010)

Log Message:
-----------
Fix uninitialized variables

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction_ns.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_ns.cpp	2010-04-28 22:13:02 UTC (rev 48838)
+++ scummvm/trunk/engines/parallaction/parallaction_ns.cpp	2010-04-28 22:13:11 UTC (rev 48839)
@@ -207,6 +207,9 @@
 
 	_score = 1;
 
+	_testResultLabels[0] = 0;
+	_testResultLabels[1] = 0;
+
 	Parallaction::init();
 
 	return Common::kNoError;


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