From 9d99f1ebe726785beb0b3053b3cdc60a0fd64894 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 30 Apr 2015 21:46:12 -1000 Subject: SHERLOCK: Fix looking at items with multiple pages of description --- engines/sherlock/talk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock') diff --git a/engines/sherlock/talk.cpp b/engines/sherlock/talk.cpp index 9e75f4ecc8..da72125f72 100644 --- a/engines/sherlock/talk.cpp +++ b/engines/sherlock/talk.cpp @@ -1562,7 +1562,7 @@ void Talk::doScript(const Common::String &script) { // Certain different conditions require a wait if ((line == 4 && str[0] != SFX_COMMAND && str[0] != PAUSE && _speaker != -1) || - (line == 5 && str[0] != PAUSE && _speaker != -1) || + (line == 5 && str[0] != PAUSE && _speaker == -1) || endStr) { wait = 1; } -- cgit v1.2.3