diff options
| -rw-r--r-- | engines/fullpipe/objects.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/fullpipe/objects.h b/engines/fullpipe/objects.h index f9a641d562..c9da43986c 100644 --- a/engines/fullpipe/objects.h +++ b/engines/fullpipe/objects.h @@ -44,7 +44,7 @@ class GameProject : public CObject {  };  struct PicAniInfo { -	int32 type; +	uint32 type;  	int16 objectId;  	int16 field_6;  	int32 field_8; | 
