diff options
| author | Travis Howell | 2004-09-02 10:18:34 +0000 |
|---|---|---|
| committer | Travis Howell | 2004-09-02 10:18:34 +0000 |
| commit | 88ebc3bfc5a9d912447587049766fe42a16cf212 (patch) | |
| tree | 441e6326bed45bef3508b63e5b6f83ba37e0345c | |
| parent | c4467d8e43ff5decefdcaefd9c71d9937cddc4f7 (diff) | |
| download | scummvm-rg350-88ebc3bfc5a9d912447587049766fe42a16cf212.tar.gz scummvm-rg350-88ebc3bfc5a9d912447587049766fe42a16cf212.tar.bz2 scummvm-rg350-88ebc3bfc5a9d912447587049766fe42a16cf212.zip | |
Update IMHD fields
svn-id: r14862
| -rw-r--r-- | scumm/object.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/object.h b/scumm/object.h index 0eddfe6aed..160cb2be26 100644 --- a/scumm/object.h +++ b/scumm/object.h @@ -102,7 +102,8 @@ struct ImageHeader { /* file format */ union { struct { uint16 obj_id; - uint16 unk[5]; + uint16 image_count; + uint16 unk[4]; uint16 width; uint16 height; uint16 hotspot_num; @@ -114,7 +115,7 @@ struct ImageHeader { /* file format */ struct { uint32 version; uint16 obj_id; - uint16 unk[1]; + uint16 image_count; int16 x_pos, y_pos; uint16 width, height; byte unk2[3]; |
