aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/motion.cpp2
1 files changed, 1 insertions, 1 deletions
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;