diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp index 31ed7acfbde..38e577d2d61 100644 --- a/engines/lure/scripts.cpp +++ b/engines/lure/scripts.cpp @@ -247,7 +247,7 @@ void Script::startSpeakingToNoone(uint16 characterId, uint16 stringId, uint16 v3 Hotspot *charHotspot = res.getActiveHotspot(characterId); assert(charHotspot); - charHotspot->converse(NOONE_ID, stringId, false); + charHotspot->converse(NOONE_ID, stringId, true); } // Stops playing the specified sound index