diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h index 93b57c7aaa2..5b225143ad7 100644 --- a/engines/fullpipe/motion.h +++ b/engines/fullpipe/motion.h @@ -222,7 +222,7 @@ class MovGraphLink : public CObject { MovGraphNode *_graphDst; DWordArray _dwordArray1; DWordArray _dwordArray2; - int _flags; + uint32 _flags; int _field_38; int _field_3C; double _length;