aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure')
-rw-r--r--engines/lure/res_struct.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/res_struct.cpp b/engines/lure/res_struct.cpp
index 7f97e533c1..c3d29eef53 100644
--- a/engines/lure/res_struct.cpp
+++ b/engines/lure/res_struct.cpp
@@ -1429,6 +1429,7 @@ CurrentActionEntry *CurrentActionEntry::loadFromStream(ReadStream *stream) {
result->_supportData->setDetails2(action, numParams, paramList);
delete paramList;
+ result->_dynamicSupportData = true;
} else {
// Load action entry with an NPC schedule entry
uint16 entryId = stream->readUint16LE();