aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/lure/res.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/res.cpp b/engines/lure/res.cpp
index 8cddcdcfc4..cdd6a3586f 100644
--- a/engines/lure/res.cpp
+++ b/engines/lure/res.cpp
@@ -315,6 +315,7 @@ void Resources::reloadData() {
_talkSelection = 0;
_talkStartEntry = 0;
_talkDetails.active = false;
+ _talkingCharacter = 0;
}
RoomExitJoinData *Resources::getExitJoin(uint16 hotspotId) {