diff options
-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 { |