diff options
author | Eugene Sandulenko | 2016-05-07 11:05:48 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-07 11:05:48 +0200 |
commit | 6b62f91437309c5fc725ce8bfb62210d102c3492 (patch) | |
tree | 26727419a9468c4f4287692e54c14848625d0e42 /engines/fullpipe | |
parent | 9fd172cba6de27ce8d6b148b5a45e4c663e2d518 (diff) | |
download | scummvm-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.cpp | 3 |
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; |