mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
FULLPIPE: Clarify field data type in PicAniInfo
This commit is contained in:
parent
9552dabaab
commit
35c18c3811
@ -44,7 +44,7 @@ class GameProject : public CObject {
|
||||
};
|
||||
|
||||
struct PicAniInfo {
|
||||
int32 type;
|
||||
uint32 type;
|
||||
int16 objectId;
|
||||
int16 field_6;
|
||||
int32 field_8;
|
||||
|
Loading…
Reference in New Issue
Block a user