aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lure/res_struct.cpp2
-rw-r--r--engines/lure/res_struct.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/res_struct.cpp b/engines/lure/res_struct.cpp
index 6d02584edf..b72f62d030 100644
--- a/engines/lure/res_struct.cpp
+++ b/engines/lure/res_struct.cpp
@@ -303,7 +303,7 @@ HotspotData::HotspotData(HotspotResource *rec) {
blockedState = BS_NONE;
coveredFlag = false;
talkMessageId = 0;
- talkDestHotspot = 0;
+ talkDestCharacterId = 0;
talkCountdown = 0;
pauseCtr = 0;
useHotspotId = 0;
diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h
index 88582e2222..6519e31262 100644
--- a/engines/lure/res_struct.h
+++ b/engines/lure/res_struct.h
@@ -421,7 +421,7 @@ public:
BlockedState blockedState;
bool coveredFlag;
uint16 talkMessageId;
- uint16 talkDestHotspot;
+ uint16 talkDestCharacterId;
uint16 talkCountdown;
uint16 pauseCtr;
uint16 useHotspotId;