aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.h
diff options
context:
space:
mode:
authorTravis Howell2004-09-26 08:50:10 +0000
committerTravis Howell2004-09-26 08:50:10 +0000
commitdb5e3079017aa4c1422bed427db1174ae93ea594 (patch)
tree60c5f825d930c3a1b2d513e15a3f3c16d36d948c /scumm/object.h
parentcc7ca9ce4bb071a6d220b945b08a971249e6e892 (diff)
downloadscummvm-rg350-db5e3079017aa4c1422bed427db1174ae93ea594.tar.gz
scummvm-rg350-db5e3079017aa4c1422bed427db1174ae93ea594.tar.bz2
scummvm-rg350-db5e3079017aa4c1422bed427db1174ae93ea594.zip
COMI reads object flag from headers, it doesn't use useOrDecompress at all.
svn-id: r15285
Diffstat (limited to 'scumm/object.h')
-rw-r--r--scumm/object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/object.h b/scumm/object.h
index 160cb2be26..11b8bd89ed 100644
--- a/scumm/object.h
+++ b/scumm/object.h
@@ -37,6 +37,7 @@ struct ObjectData {
byte parentstate;
byte state;
byte fl_object_index;
+ byte flag;
};
#if !defined(__GNUC__)
@@ -136,7 +137,7 @@ struct ImageHeader { /* file format */
uint32 width;
uint32 height;
uint32 actordir;
- uint32 hotspot_num; // This field is missing in the COMI demo (version == 800) !
+ uint32 flag; // This field is missing in the COMI demo (version == 800) !
struct {
int32 x, y;
} GCC_PACK hotspot[15];