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 93b57c7aaa..5b225143ad 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; |