From 35c18c3811dbb714e39419ca432acf8fdc6d55e3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Sep 2016 01:16:08 +0200 Subject: FULLPIPE: Clarify field data type in PicAniInfo --- engines/fullpipe/objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe') 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; -- cgit v1.2.3