aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
diff options
context:
space:
mode:
authorPaul Gilbert2007-04-29 11:30:29 +0000
committerPaul Gilbert2007-04-29 11:30:29 +0000
commit885f687ae597d709441928a6bb484ee703691aca (patch)
treeed12ed2d3e0aac5c41c1b00067a470b146f56b62 /engines/lure/res_struct.h
parentc0d487830ea8d23b2ca0e0ccb8ecd196dbf5bf53 (diff)
downloadscummvm-rg350-885f687ae597d709441928a6bb484ee703691aca.tar.gz
scummvm-rg350-885f687ae597d709441928a6bb484ee703691aca.tar.bz2
scummvm-rg350-885f687ae597d709441928a6bb484ee703691aca.zip
Reworked hotspot actions so that talking to characters work properly
svn-id: r26675
Diffstat (limited to 'engines/lure/res_struct.h')
-rw-r--r--engines/lure/res_struct.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h
index 8e4d9a8e54..e1d11d6d5b 100644
--- a/engines/lure/res_struct.h
+++ b/engines/lure/res_struct.h
@@ -78,10 +78,11 @@ struct HotspotResource {
int8 talkY;
uint16 colourOffset;
uint16 animRecordId;
- uint16 sequenceOffset;
+ uint16 hotspotScriptOffset;
+ uint16 talkScriptOffset;
uint16 tickProcOffset;
uint16 tickTimeout;
- uint16 tickSequenceOffset;
+ uint16 tickScriptOffset;
uint16 npcSchedule;
uint16 characterMode;
uint16 delayCtr;
@@ -416,10 +417,11 @@ public:
int8 talkY;
uint16 colourOffset;
uint16 animRecordId;
- uint16 sequenceOffset;
+ uint16 hotspotScriptOffset;
+ uint16 talkScriptOffset;
uint16 tickProcOffset;
uint16 tickTimeout;
- uint16 tickSequenceOffset;
+ uint16 tickScriptOffset;
uint16 npcSchedule;
CharacterMode characterMode;
uint16 delayCtr;