diff options
author | Eugene Sandulenko | 2013-11-10 11:23:36 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2013-11-10 11:23:36 +0200 |
commit | 9b3f1c81e8fba4ebac06c1a467c96e23c7e2da56 (patch) | |
tree | 395c441a6b703e22c3347f8039d5c9b14b390a5f /engines | |
parent | 3b7f2f7e532d1951afc9a5530f35adbb81ff8916 (diff) | |
download | scummvm-rg350-9b3f1c81e8fba4ebac06c1a467c96e23c7e2da56.tar.gz scummvm-rg350-9b3f1c81e8fba4ebac06c1a467c96e23c7e2da56.tar.bz2 scummvm-rg350-9b3f1c81e8fba4ebac06c1a467c96e23c7e2da56.zip |
FULLPIPE: Class init. CID 1099832
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/motion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h index 7da0c47fb2..b79e66decb 100644 --- a/engines/fullpipe/motion.h +++ b/engines/fullpipe/motion.h @@ -87,7 +87,7 @@ class MctlCompoundArrayItem : public CObject { int _field_28; public: - MctlCompoundArrayItem() : _movGraphReactObj(0) {} + MctlCompoundArrayItem() : _movGraphReactObj(0), _motionControllerObj(0), _field_20(0), _field_24(0), _field_28(0) {} }; class MctlCompoundArray : public Common::Array<MctlCompoundArrayItem *>, public CObject { |