From 28727812319185ac39d951176c6e63bed8b68f21 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 26 Sep 2004 15:25:58 +0000 Subject: Add HE object flag support svn-id: r15292 --- scumm/object.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scumm/object.h') diff --git a/scumm/object.h b/scumm/object.h index 11b8bd89ed..62b5bd8c77 100644 --- a/scumm/object.h +++ b/scumm/object.h @@ -104,7 +104,10 @@ struct ImageHeader { /* file format */ struct { uint16 obj_id; uint16 image_count; - uint16 unk[4]; + uint16 unk[1]; + byte flag; + byte unk1; + uint16 unk2[2]; uint16 width; uint16 height; uint16 hotspot_num; -- cgit v1.2.3