mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
FULLPIPE: Clarify MovGraphLink flags variable type
This commit is contained in:
parent
c08c9a72e1
commit
7da5d48d5e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user