aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.h
diff options
context:
space:
mode:
authorTravis Howell2004-09-26 15:25:58 +0000
committerTravis Howell2004-09-26 15:25:58 +0000
commit28727812319185ac39d951176c6e63bed8b68f21 (patch)
tree0f71bcdf40c2859afbb6b731b4b6a807773a4207 /scumm/object.h
parentdfad37c10b68b909f11452976a2f42237d322cea (diff)
downloadscummvm-rg350-28727812319185ac39d951176c6e63bed8b68f21.tar.gz
scummvm-rg350-28727812319185ac39d951176c6e63bed8b68f21.tar.bz2
scummvm-rg350-28727812319185ac39d951176c6e63bed8b68f21.zip
Add HE object flag support
svn-id: r15292
Diffstat (limited to 'scumm/object.h')
-rw-r--r--scumm/object.h5
1 files changed, 4 insertions, 1 deletions
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;