aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/res_struct.cpp')
-rw-r--r--engines/lure/res_struct.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lure/res_struct.cpp b/engines/lure/res_struct.cpp
index 6dd121e90e..ae229fa4e4 100644
--- a/engines/lure/res_struct.cpp
+++ b/engines/lure/res_struct.cpp
@@ -456,6 +456,7 @@ void HotspotData::saveToStream(WriteStream *stream) {
stream->writeUint16LE(tickScriptOffset);
stream->writeUint16LE(characterMode);
stream->writeUint16LE(delayCtr);
+ stream->writeUint16LE(animRecordId);
// Write out the runtime fields
stream->writeUint16LE(actionCtr);
@@ -498,6 +499,7 @@ void HotspotData::loadFromStream(ReadStream *stream) {
tickScriptOffset = stream->readUint16LE();
characterMode = (CharacterMode) stream->readUint16LE();
delayCtr = stream->readUint16LE();
+ animRecordId = stream->readUint16LE();
// Read in the runtime fields
actionCtr = stream->readUint16LE();