[Scummvm-cvs-logs] SF.net SVN: scummvm:[48363] scummvm/branches/branch-1-1-0/engines/tinsel/ tinlib.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue Mar 23 00:05:38 CET 2010
Revision: 48363
http://scummvm.svn.sourceforge.net/scummvm/?rev=48363&view=rev
Author: fingolfin
Date: 2010-03-22 23:05:37 +0000 (Mon, 22 Mar 2010)
Log Message:
-----------
Fix warning
Modified Paths:
--------------
scummvm/branches/branch-1-1-0/engines/tinsel/tinlib.cpp
Modified: scummvm/branches/branch-1-1-0/engines/tinsel/tinlib.cpp
===================================================================
--- scummvm/branches/branch-1-1-0/engines/tinsel/tinlib.cpp 2010-03-22 23:04:55 UTC (rev 48362)
+++ scummvm/branches/branch-1-1-0/engines/tinsel/tinlib.cpp 2010-03-22 23:05:37 UTC (rev 48363)
@@ -5557,7 +5557,7 @@
case WALKED: {
// Common to both DW1 & DW2
pp -= 3; // 4 parameters
- bool tmp;
+ bool tmp = false;
Walked(coroParam, pp[0], pp[1], pp[2], pp[3], pic->escOn, pic->myEscape, tmp);
if (!coroParam) {
// Only write the result to the stack if walked actually completed running.
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