[Scummvm-cvs-logs] SF.net SVN: scummvm: [23839] scummvm/branches/branch-0-9-0/engines/sword1/ control.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Sep 9 12:08:41 CEST 2006


Revision: 23839
          http://svn.sourceforge.net/scummvm/?rev=23839&view=rev
Author:   eriktorbjorn
Date:     2006-09-09 03:08:37 -0700 (Sat, 09 Sep 2006)

Log Message:
-----------
Initialise variable to fix Valgrind warning.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/sword1/control.cpp

Modified: scummvm/branches/branch-0-9-0/engines/sword1/control.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/sword1/control.cpp	2006-09-09 09:50:00 UTC (rev 23838)
+++ scummvm/branches/branch-0-9-0/engines/sword1/control.cpp	2006-09-09 10:08:37 UTC (rev 23839)
@@ -173,6 +173,7 @@
 	_lStrings = _languageStrings + SwordEngine::_systemVars.language * 20;
 	_keyRepeat = 0;
 	_keyRepeatTime = 0;
+	_selectedButton = 255;
 }
 
 void Control::askForCd(void) {


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