diff options
-rw-r--r-- | engines/sherlock/talk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |