[Scummvm-cvs-logs] scummvm master -> 177735350be8c309844a0f3f933a42aaf38071cd

sev- sev at scummvm.org
Sun Jun 8 14:36:51 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
177735350b FULLPIPE: Initialize variable. CID 1208916


Commit: 177735350be8c309844a0f3f933a42aaf38071cd
    https://github.com/scummvm/scummvm/commit/177735350be8c309844a0f3f933a42aaf38071cd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-06-08T15:35:55+03:00

Commit Message:
FULLPIPE: Initialize variable. CID 1208916

Changed paths:
    engines/fullpipe/motion.cpp



diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index 8506926..321df7f 100644
--- a/engines/fullpipe/motion.cpp
+++ b/engines/fullpipe/motion.cpp
@@ -2990,7 +2990,7 @@ MessageQueue *MGM::genMovement(MGMInfo *mgminfo) {
 	int n2x = point1.x;
 	int n2y = point1.y;
 	int mult;
-	int len;
+	int len = -1;
 
 	if (mgminfo->flags & 0x40) {
 		mult = mgminfo->field_10;






More information about the Scummvm-git-logs mailing list