From db5e3079017aa4c1422bed427db1174ae93ea594 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 26 Sep 2004 08:50:10 +0000 Subject: COMI reads object flag from headers, it doesn't use useOrDecompress at all. svn-id: r15285 --- scumm/object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/object.h') 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]; -- cgit v1.2.3