From 177735350be8c309844a0f3f933a42aaf38071cd Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 8 Jun 2014 15:35:24 +0300 Subject: FULLPIPE: Initialize variable. CID 1208916 --- engines/fullpipe/motion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/motion.cpp') diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index 85069262f8..321df7fd22 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; -- cgit v1.2.3