From 24303fb953a41f42cf312a69c1152e4ea56e4f94 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 10 Nov 2007 22:47:11 +0000 Subject: Expanded talk routines so that characters now properly stand still only when they're meant to svn-id: r29471 --- engines/lure/res.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/lure/res.cpp') diff --git a/engines/lure/res.cpp b/engines/lure/res.cpp index c8ac511dcf..43c94a6618 100644 --- a/engines/lure/res.cpp +++ b/engines/lure/res.cpp @@ -487,12 +487,13 @@ void Resources::setTalkingCharacter(uint16 id) { HotspotData *charHotspot = res.getHotspot(_talkingCharacter); assert(charHotspot); charHotspot->talkCountdown = 0; - +/* if (charHotspot->talkDestCharacterId != 0) { HotspotData *destHotspot = res.getHotspot(charHotspot->talkDestCharacterId); if (destHotspot != NULL) destHotspot->talkDestCharacterId = 0; } +*/ charHotspot->talkDestCharacterId = 0; } -- cgit v1.2.3