aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
diff options
context:
space:
mode:
authorPaul Gilbert2006-07-23 13:19:33 +0000
committerPaul Gilbert2006-07-23 13:19:33 +0000
commit6585033705fc2e4ab2219389ac20b14c1ff02d9d (patch)
tree4dfa2cef94fabba3392c747159736e887eaad166 /engines/lure/res_struct.h
parent9780117a771c24fcd0e018c8276d1a0fb8d3538c (diff)
downloadscummvm-rg350-6585033705fc2e4ab2219389ac20b14c1ff02d9d.tar.gz
scummvm-rg350-6585033705fc2e4ab2219389ac20b14c1ff02d9d.tar.bz2
scummvm-rg350-6585033705fc2e4ab2219389ac20b14c1ff02d9d.zip
Added extra hotspot flags bytes needed for asking Ratpouch for an object, and changed differing word read macros to use a single standard
svn-id: r23579
Diffstat (limited to 'engines/lure/res_struct.h')
-rw-r--r--engines/lure/res_struct.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h
index 65047afc59..0bdc8b1357 100644
--- a/engines/lure/res_struct.h
+++ b/engines/lure/res_struct.h
@@ -84,7 +84,9 @@ struct HotspotResource {
uint16 npcSchedule;
uint16 characterMode;
uint16 delayCtr;
-};
+ byte flags2;
+ byte hdrFlags;
+} GCC_PACK;
struct HotspotAnimResource {
uint16 animRecordId;
@@ -411,6 +413,8 @@ public:
uint16 npcSchedule;
CharacterMode characterMode;
uint16 delayCtr;
+ uint8 flags2;
+ uint8 headerFlags;
// Runtime fields
uint16 actionCtr;