From 9a1b13e9653dcafaaa9cc33cb4d4e4639364de25 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 24 Oct 2007 10:04:24 +0000 Subject: Changed startSpeakingToNoone to pause the speaking character svn-id: r29252 --- engines/lure/scripts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp index 31ed7acfbd..38e577d2d6 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 -- cgit v1.2.3