aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-07 11:05:48 +0200
committerEugene Sandulenko2016-05-07 11:05:48 +0200
commit6b62f91437309c5fc725ce8bfb62210d102c3492 (patch)
tree26727419a9468c4f4287692e54c14848625d0e42 /engines/fullpipe
parent9fd172cba6de27ce8d6b148b5a45e4c663e2d518 (diff)
downloadscummvm-rg350-6b62f91437309c5fc725ce8bfb62210d102c3492.tar.gz
scummvm-rg350-6b62f91437309c5fc725ce8bfb62210d102c3492.tar.bz2
scummvm-rg350-6b62f91437309c5fc725ce8bfb62210d102c3492.zip
FULLPIPE: Fix statics initialization
Diffstat (limited to 'engines/fullpipe')
-rw-r--r--engines/fullpipe/statics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index 8ee3b14d0c..36fbb73037 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -1576,6 +1576,9 @@ Movement::Movement(Movement *src, int *oldIdxs, int newSize, StaticANIObject *an
_m2x = 0;
_m2y = 0;
+ _counter = 0;
+ _counterMax = 0;
+
_field_78 = 0;
_framePosOffsets = 0;
_field_84 = 0;