From 24663029035ec9bfd228e2dada39235656ac1daa Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 5 Jul 2015 17:10:34 -0400 Subject: SHERLOCK: RT: Fixes to display talk window --- engines/sherlock/talk.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sherlock/talk.cpp') diff --git a/engines/sherlock/talk.cpp b/engines/sherlock/talk.cpp index 217b24a772..ffc55db121 100644 --- a/engines/sherlock/talk.cpp +++ b/engines/sherlock/talk.cpp @@ -374,8 +374,7 @@ void Talk::talkTo(const Common::String &filename) { // If the new conversion is a reply first, then we don't need // to display any choices, since the reply needs to be shown - if (!newStatement._statement.hasPrefix("*") && - !newStatement._statement.hasPrefix("^")) { + if (!newStatement._statement.hasPrefix("*") && !newStatement._statement.hasPrefix("^")) { _talkIndex = select; showTalk(); -- cgit v1.2.3