From 6b62f91437309c5fc725ce8bfb62210d102c3492 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 7 May 2016 11:05:48 +0200 Subject: FULLPIPE: Fix statics initialization --- engines/fullpipe/statics.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/fullpipe') 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; -- cgit v1.2.3