diff options
author | Eugene Sandulenko | 2016-10-01 21:49:54 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-01 23:13:54 +0200 |
commit | 7da5d48d5ea1300b4a07eefccfd57b6a6c299f98 (patch) | |
tree | e27464a18b05abf06f53550ebf57f19b35b81b0c | |
parent | c08c9a72e176213c442f07c23de9728e0187fa0f (diff) | |
download | scummvm-rg350-7da5d48d5ea1300b4a07eefccfd57b6a6c299f98.tar.gz scummvm-rg350-7da5d48d5ea1300b4a07eefccfd57b6a6c299f98.tar.bz2 scummvm-rg350-7da5d48d5ea1300b4a07eefccfd57b6a6c299f98.zip |
FULLPIPE: Clarify MovGraphLink flags variable type
-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; |